diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-27 02:00:34 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-27 02:00:34 -0500 |
commit | 94711cd6db53d39bfa53695dc256b0be54dc7263 (patch) | |
tree | 5d64b26735a46c4fccf3d027399ded106436a7f8 | |
parent | f5e592759aeeb4838ce8c151b9f0529bd533fc6e (diff) | |
download | patches-94711cd6db53d39bfa53695dc256b0be54dc7263.tar patches-94711cd6db53d39bfa53695dc256b0be54dc7263.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.96.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.96.
(%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 eb7d3259ea..e910b14f43 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -441,8 +441,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.95") -(define %linux-libre-4.14-hash "07bxbwb5fan96aws6g91vxkrvl80a53wjbl8xkh4q3c6iah8wkvf") +(define %linux-libre-4.14-version "4.14.96") +(define %linux-libre-4.14-hash "03g28n9n4ci8y2qs59vili7dkqag7fmhr9q6ah8l66qn37d375k9") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |