diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-27 18:58:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-27 18:58:45 -0400 |
commit | fbb5b688b6258d40e91a34b52a402eea246210d3 (patch) | |
tree | df86acdd2c064a309d605e9ed30065a00282ef39 /gnu/packages/linux.scm | |
parent | 1ad3e3f9f159d53e8ccbf4ca67afc10ae67428c5 (diff) | |
download | guix-fbb5b688b6258d40e91a34b52a402eea246210d3.tar.gz guix-fbb5b688b6258d40e91a34b52a402eea246210d3.zip |
gnu: linux-libre@4.14: Update to 4.14.131.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.131.
(%linux-libre-4.14-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 7110fd9474..72b62faf42 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -466,8 +466,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-4.19-version %linux-libre-4.19-hash)) -(define %linux-libre-4.14-version "4.14.130") -(define %linux-libre-4.14-hash "1fk6ds0q2rykr6byvfass8f5a9k6qq9sk261wjcfp1gn8b9wmxws") +(define %linux-libre-4.14-version "4.14.131") +(define %linux-libre-4.14-hash "1qcf4cg83zpjirkj8l09y07x4zzskypngampvfw7zyazynwwgs1i") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |