diff options
author | Mark H Weaver <mhw@netris.org> | 2018-08-10 20:32:43 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-08-10 20:32:43 -0400 |
commit | 36c41daa3479ce67ad117c00db73b2bc2de15da1 (patch) | |
tree | a377b2fb51278c4283749306be4178941412e064 /gnu | |
parent | 85e267fdba3eefe0c44e81d9624f413783b9ae21 (diff) | |
download | guix-36c41daa3479ce67ad117c00db73b2bc2de15da1.tar guix-36c41daa3479ce67ad117c00db73b2bc2de15da1.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.62.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.62.
(%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 037f74e91f..575a989824 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -413,8 +413,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.61") -(define %linux-libre-4.14-hash "0jr0qi3473fn32cyisp3baf68sfr6vir5ydaphmqmz379ymxxm0z") +(define %linux-libre-4.14-version "4.14.62") +(define %linux-libre-4.14-hash "0gpcdimig6d833dgxmj1i21dg8n12g4q38n0dq5j5x215w6rxy65") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |