diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-08 17:37:10 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-08 17:37:10 -0500 |
commit | f0c8b50f0ad97b593c92a726512c2bcccea844f4 (patch) | |
tree | 8a8fe8b7e527dd04e1881cd7278cc57cd9d051b7 | |
parent | e61da2e8848782052d6d5d69f111520a7f772e52 (diff) | |
download | guix-f0c8b50f0ad97b593c92a726512c2bcccea844f4.tar.gz guix-f0c8b50f0ad97b593c92a726512c2bcccea844f4.zip |
gnu: linux-libre@4.14: Update to 4.14.18.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.18.
(%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 303a85c7fd..642e56b7b7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -391,8 +391,8 @@ It has been modified to remove all non-free binary blobs.") %linux-compatible-systems #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.17") -(define %linux-libre-4.14-hash "05z4v1v4aj8hcwgn7iljp8iclk3ikf1b57k8a8baym3dd9js6aan") +(define %linux-libre-4.14-version "4.14.18") +(define %linux-libre-4.14-hash "1kl6zc9dzi02hzxwmzskxb4cqh5lph4afy94677bj5ribanmizn5") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |