diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-25 18:10:40 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-25 18:10:40 -0400 |
commit | fecbbc2820184824a0fc4a138299ee7465fd76dd (patch) | |
tree | 8c176b8b80b5352f5bc5e8f00802967692452506 | |
parent | 0e4d4d9872492064958f603673c354efc90c1caa (diff) | |
download | patches-fecbbc2820184824a0fc4a138299ee7465fd76dd.tar patches-fecbbc2820184824a0fc4a138299ee7465fd76dd.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.51.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.51.
(%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 8f99dd297c..37b577ee09 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -411,8 +411,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.50") -(define %linux-libre-4.14-hash "19k7s33dyykm2vh1zpxxh3qrbjcx2p2md2r8s8z5mbv8yaldgvmj") +(define %linux-libre-4.14-version "4.14.51") +(define %linux-libre-4.14-hash "1ifczslgp3ng0948l5p0khcnfkv9i44mq0bzk1y8mwdhy4mik0b9") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |