diff options
author | Mark H Weaver <mhw@netris.org> | 2018-09-10 13:24:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-09-10 13:24:01 -0400 |
commit | c727ed05ac52e94de800e5d9c8efda16deaf1719 (patch) | |
tree | 2048f992e24b9aea2e6814983535ef6dcb3045f0 /gnu | |
parent | 176999f18ed37e8e494fd9fa5ef12e67d6275386 (diff) |
gnu: linux-libre@4.14: Update to 4.14.69.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.69.
(%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 1be1b37ec2..183bd88fc3 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.68") -(define %linux-libre-4.14-hash "05l5y0vbbl60jxdbqglqr9c99a8g8lfsp4mcqfpcx1pkh5br7i3l") +(define %linux-libre-4.14-version "4.14.69") +(define %linux-libre-4.14-hash "08pw5hywlx3rsavj74qa17fm9hmhaw2rb1d3ahaqmd1zzsddb3qf") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |