diff options
author | Mark H Weaver <mhw@netris.org> | 2018-06-18 03:38:50 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-06-18 03:38:50 -0400 |
commit | 3b682b2ba79a04af89e8537523fbedb96e0a7bec (patch) | |
tree | bd7d55e958ae00ac2bb3e96f0a7e83ea20551731 /gnu | |
parent | d5ce3594f60a3641520c5243836f806c983882bc (diff) | |
download | guix-3b682b2ba79a04af89e8537523fbedb96e0a7bec.tar guix-3b682b2ba79a04af89e8537523fbedb96e0a7bec.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.50.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.50.
(%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 2bf0aba249..fac0f876c1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -410,8 +410,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.49") -(define %linux-libre-4.14-hash "0p6xwgrkzccapdyrk20hsd3icad5j5grjh2n1ixflkabhbqp7cb2") +(define %linux-libre-4.14-version "4.14.50") +(define %linux-libre-4.14-hash "19k7s33dyykm2vh1zpxxh3qrbjcx2p2md2r8s8z5mbv8yaldgvmj") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |