diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-04 00:03:30 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-04 00:03:30 -0400 |
commit | e4fde6dcf32c1d76b414911f5f8c29112de7a55a (patch) | |
tree | 011e6c8abf57d30caadf4f21102d316661311482 | |
parent | 83b9ba2685213e923c2ca841d3762b3a1b6a4215 (diff) | |
download | patches-e4fde6dcf32c1d76b414911f5f8c29112de7a55a.tar patches-e4fde6dcf32c1d76b414911f5f8c29112de7a55a.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.132.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.132.
(%linux-libre-4.14-hash): Update hash.
-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 b4407a5133..2095244466 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.131") -(define %linux-libre-4.14-hash "1qcf4cg83zpjirkj8l09y07x4zzskypngampvfw7zyazynwwgs1i") +(define %linux-libre-4.14-version "4.14.132") +(define %linux-libre-4.14-hash "0mvp4izw21f8w5kkk8qm8m8b7qjxbp8hshgffdlh1aik41zvcnyq") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |