diff options
author | Mark H Weaver <mhw@netris.org> | 2018-02-01 01:45:54 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-02-01 01:45:54 -0500 |
commit | 09d95d8507ab5ca2055f16faa7998936642320a0 (patch) | |
tree | 43c5a3f5f6ac0f265ae9fe89a7fd90f995cbf067 | |
parent | 8c9f412d4cdf66f1afbbc1dc9750688449f422f1 (diff) | |
download | guix-09d95d8507ab5ca2055f16faa7998936642320a0.tar guix-09d95d8507ab5ca2055f16faa7998936642320a0.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.16.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.16.
(%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 6e78dfc2ce..346b481c50 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.15") -(define %linux-libre-4.14-hash "0s94d51bym3zipxf40xjzq943b7b2x4ba1gp3j7l5npj5nr2xiy8") +(define %linux-libre-4.14-version "4.14.16") +(define %linux-libre-4.14-hash "0qigj0wjm2pdjsz99mqmvf52m9qfkab8hiasdbvkby9dq59h4smd") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |