diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:14:56 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-11 12:14:56 -0400 |
commit | 783ebb961e032b83cb125284d8bff598248d0b0d (patch) | |
tree | c97996025bd70a97884cb23deddc3886daa32761 /gnu/packages | |
parent | d6fa410c1d72ed164c55073ff56b19ad01c0a784 (diff) | |
download | guix-783ebb961e032b83cb125284d8bff598248d0b0d.tar.gz guix-783ebb961e032b83cb125284d8bff598248d0b0d.zip |
gnu: linux-libre@4.14: Update to 4.14.133.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.133.
(%linux-libre-4.14-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 a9b33aef84..387087e544 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.132") -(define %linux-libre-4.14-hash "0mvp4izw21f8w5kkk8qm8m8b7qjxbp8hshgffdlh1aik41zvcnyq") +(define %linux-libre-4.14-version "4.14.133") +(define %linux-libre-4.14-hash "16ay2x0r5i96lg4rgcg151352igvwxa7wh98kwdsjbckiw7fhn08") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |