diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:18:13 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-08 22:18:13 -0400 |
commit | f9ab5c47bd996386d70e6aedd673f682118b3708 (patch) | |
tree | 9280a3a3f3ee6b74c324420b9d370c01b7e45fe1 | |
parent | 9902e3dfd8e6b83ad4a30f99226c9a353dd65590 (diff) | |
download | guix-f9ab5c47bd996386d70e6aedd673f682118b3708.tar guix-f9ab5c47bd996386d70e6aedd673f682118b3708.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.117.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.117.
(%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 2e82b2ce3e..bdf74fac12 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -476,8 +476,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.116") -(define %linux-libre-4.14-hash "0siw2smp4spcqpigxfxcglphh6rs5i5lff5i9bb6gv06sdlrbq30") +(define %linux-libre-4.14-version "4.14.117") +(define %linux-libre-4.14-hash "14sy035zdikl3xr0wyg3srr4b2jjlvq7wzj6b0b74y90fa2s1rz5") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |