diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:16:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:16:40 -0400 |
commit | 1c65b0e9d5731c5bcda77482ed06576f2fbfeac4 (patch) | |
tree | c47c3e033969113154831d30e44cf4aca9306b10 /gnu | |
parent | cba1dc68dae5660b2f85d135608926499aafb85b (diff) | |
download | guix-1c65b0e9d5731c5bcda77482ed06576f2fbfeac4.tar guix-1c65b0e9d5731c5bcda77482ed06576f2fbfeac4.tar.gz |
gnu: linux-libre: Update to 5.1.17.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.17.
(%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 6a88f6805e..e7c97c0243 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -430,8 +430,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.1.16") -(define %linux-libre-hash "055vs2g6z6wx34qvi0aw952x9q3drbj7z27s7g7pks6w730xkga8") +(define %linux-libre-version "5.1.17") +(define %linux-libre-hash "049mij4z1iilrggw6plfdpcj1lnc1vqz5z445ix9677cq1fmiwlh") (define %linux-libre-5.1-patches (list %boot-logo-patch |