diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:08:08 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:08:08 -0400 |
commit | 6dc4dceba5c0b2ce62c2df8bed083a59fc1e1ded (patch) | |
tree | 861df09004b3204693a034a5e536af3f44ed99fa /gnu/packages | |
parent | e81148a11d3fe9ba7dde3f50ca26a8df712bd069 (diff) | |
download | guix-6dc4dceba5c0b2ce62c2df8bed083a59fc1e1ded.tar guix-6dc4dceba5c0b2ce62c2df8bed083a59fc1e1ded.tar.gz |
gnu: linux-libre: Update to 5.0.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.9.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages')
-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 b80cd0d662..9049fbc313 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.8") -(define %linux-libre-hash "0kfn861rhric78h6wmp6ss1vr1zmly345n6n33vv9qwbi3rr555y") +(define %linux-libre-version "5.0.9") +(define %linux-libre-hash "0j2xnpvc13370kprnnq79a08bq6dak0iab94d9hsc6m8v1rxaw2i") (define %linux-libre-5.0-patches (list %boot-logo-patch |