diff options
author | Mark H Weaver <mhw@netris.org> | 2018-10-04 20:34:50 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-10-04 20:36:30 -0400 |
commit | 2195636cc185b38aa66abc5a4de2b7965c18fa02 (patch) | |
tree | 72f86565bcc238a3dc9a00f52e02131cfe375754 /gnu | |
parent | 45f4ddd7c017ebfc8096f702c72a1fdac67787ed (diff) | |
download | guix-2195636cc185b38aa66abc5a4de2b7965c18fa02.tar guix-2195636cc185b38aa66abc5a4de2b7965c18fa02.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.74.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.74.
(%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 2b36d8b93c..2a7e1d846f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -436,8 +436,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.18-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.73") -(define %linux-libre-4.14-hash "0s2aphqgasx0lnprb2hzaqgbcd5i9774gfyhz5a6sqj6dygr00xy") +(define %linux-libre-4.14-version "4.14.74") +(define %linux-libre-4.14-hash "0cxyx2yinnc8q0hmhb0swjgdz3s0ry7wxzyqss9f2i74xjjz4rm0") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |