diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-21 04:35:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-21 04:35:26 -0400 |
commit | 6dc29ab4e27920d213a9c9731b8459756e6b25c9 (patch) | |
tree | ab1583102082c28d58609177e7ff6c03c526dbaa /gnu/packages | |
parent | 5e9452a41dc479e0afd97aa5322222aeb36cc821 (diff) | |
download | guix-6dc29ab4e27920d213a9c9731b8459756e6b25c9.tar guix-6dc29ab4e27920d213a9c9731b8459756e6b25c9.tar.gz |
gnu: linux-libre: Update to 5.1.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.12.
(%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 f7a75b405b..9d5c851d28 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.11") -(define %linux-libre-hash "15hmqycsggqd9bwrf229b7f0pfznzs03kpzcwrd9j867pvgwyl8c") +(define %linux-libre-version "5.1.12") +(define %linux-libre-hash "0rzm3ixazqxfn767yayyf3ib889igg9nq7acf2wqcsmwbrrh5zcc") (define %linux-libre-5.1-patches (list %boot-logo-patch |