diff options
author | Mark H Weaver <mhw@netris.org> | 2018-03-05 03:43:45 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-03-05 03:43:45 -0500 |
commit | 6a4eaafee06c167f5628ce06b7834d4a249a3600 (patch) | |
tree | 7741405f72b0544d77786bfcfa8e52ff2a335849 /gnu | |
parent | ee483a5626ef695320ef2d5d57db4dd99da98a88 (diff) | |
download | guix-6a4eaafee06c167f5628ce06b7834d4a249a3600.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.24.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.24. (%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu')
-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 e1ec8c0060..d4b9d0d0b9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -392,8 +392,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.23") -(define %linux-libre-4.14-hash "0mz8v67zj3wn3kdjb2a781vx7nc1imi7kmlvf1h1m0f37hw0s47y") +(define %linux-libre-4.14-version "4.14.24") +(define %linux-libre-4.14-hash "1i14djw3rmxb6syl6vfd5w76rjksbbaviynwj2dwwp9ki1h6p1hr") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |