diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:05:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-22 07:05:55 -0400 |
commit | 689b628025ef275e8c6d84693a7c0c012aec0781 (patch) | |
tree | a9003228d399197e9a5a9a5406c8ae7c87a60aa8 | |
parent | cfb7aee078f21285edf3d6a75730907fbeb144a1 (diff) | |
download | guix-689b628025ef275e8c6d84693a7c0c012aec0781.tar guix-689b628025ef275e8c6d84693a7c0c012aec0781.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.113.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.113.
(%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 e5ae45f70f..6c2ff750b0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -473,8 +473,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.112") -(define %linux-libre-4.14-hash "0nvd5y84y0g5dlzygna86vvmb3lznm4wsmdgr8rp0z0vm93xcx6m") +(define %linux-libre-4.14-version "4.14.113") +(define %linux-libre-4.14-hash "0z547pdi1vhybyhnfr5krsfyxmdwnv5p5fps9jjyx6rvkxasddvh") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |