diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:35:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:35:43 -0400 |
commit | 0e09c099cb9b32e116bb15d643af9f7646944325 (patch) | |
tree | c20c16fa94c0742f5537598d1a253026f55d7342 /gnu | |
parent | e9ef345508fd8433b4502931ac306d2a561948fb (diff) | |
download | patches-0e09c099cb9b32e116bb15d643af9f7646944325.tar patches-0e09c099cb9b32e116bb15d643af9f7646944325.tar.gz |
gnu: linux-libre: Update to 5.0.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.10.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7cd687f588..34c3090cc4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -423,8 +423,8 @@ for ARCH and optionally VARIANT, or #f if there is no such configuration." It has been modified to remove all non-free binary blobs.") (license license:gpl2))) -(define %linux-libre-version "5.0.9") -(define %linux-libre-hash "0j2xnpvc13370kprnnq79a08bq6dak0iab94d9hsc6m8v1rxaw2i") +(define %linux-libre-version "5.0.10") +(define %linux-libre-hash "1lcwpxz5ival8nmnh19x4b1bn19bifhi3mlarx85d783jg47jc3h") (define %linux-libre-5.0-patches (list %boot-logo-patch |