diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-23 02:54:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-23 02:54:22 -0400 |
commit | a37cbc4cbda2c1850e38bc7d14d70cc3a266a8fb (patch) | |
tree | 2bb5ed2cdcf36b5ea705663893340ee9ef6c0988 /gnu/packages/linux.scm | |
parent | 9f9dcaaca054448396604790b1dd2ae92a61218f (diff) | |
download | patches-a37cbc4cbda2c1850e38bc7d14d70cc3a266a8fb.tar patches-a37cbc4cbda2c1850e38bc7d14d70cc3a266a8fb.tar.gz |
gnu: linux-libre: Update to 5.1.14.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.14.
(%linux-libre-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 5967012436..f89ab6b281 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.12") -(define %linux-libre-hash "0rzm3ixazqxfn767yayyf3ib889igg9nq7acf2wqcsmwbrrh5zcc") +(define %linux-libre-version "5.1.14") +(define %linux-libre-hash "1rpkkhzyks9bqk0j6djaacjxfb0jld4si4li1ws123ddf5krz8j2") (define %linux-libre-5.1-patches (list %boot-logo-patch |