diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-18 15:13:23 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-18 15:39:57 -0400 |
commit | b8b22478037cc7831ef44a608e5a7aef543fc338 (patch) | |
tree | 18b0e3852e3e438f4b93b4c28fa2a331f056b541 /gnu/packages/linux.scm | |
parent | 32f485939945284a0bed6261ffccb51d99db2168 (diff) | |
download | gnu-guix-b8b22478037cc7831ef44a608e5a7aef543fc338.tar gnu-guix-b8b22478037cc7831ef44a608e5a7aef543fc338.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.64.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.64.
(%linux-libre-4.14-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 c61b08039e..9c06eaaa64 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -435,8 +435,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.63") -(define %linux-libre-4.14-hash "0ysqf70vpycw0xl1sm4rdkpaq526awys28di7k3kqgnlvgfgiilr") +(define %linux-libre-4.14-version "4.14.64") +(define %linux-libre-4.14-hash "1yslbwk8p7hvcxka103095pj31q49nrx0829557r9x8kb2mb3d53") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |