diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:13:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-26 14:19:35 -0400 |
commit | d87d375b64f3392885f0b5a890d3fa093e141de6 (patch) | |
tree | e44c3bb3cbeca222b9c408a1628ae0dc73f98e12 | |
parent | 5f3f63e5ad901815f6a2e8bdc50202ae5d09173c (diff) | |
download | patches-d87d375b64f3392885f0b5a890d3fa093e141de6.tar patches-d87d375b64f3392885f0b5a890d3fa093e141de6.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.122.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.122.
(%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 9ac038221b..72305345c1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -454,8 +454,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.121") -(define %linux-libre-4.14-hash "1g7gyjmp056pasf9m34dqs8pa15my6hqasdd551jw8mgkbhsfnxg") +(define %linux-libre-4.14-version "4.14.122") +(define %linux-libre-4.14-hash "0923m61b3gwm69w6m9zhb8az57lrwn7igdysf8wb7ld9z4hzpag8") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |