diff options
author | Mark H Weaver <mhw@netris.org> | 2019-08-07 00:25:04 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-07 00:28:28 -0400 |
commit | 7acea31bbc885c95871c734ee6c97b156e253524 (patch) | |
tree | ea4880963710751a355c26447b76fc5d9a0965f6 /gnu/packages | |
parent | 2b6c7a7cbc2f0165ecd38061479fc0f9e767a661 (diff) | |
download | patches-7acea31bbc885c95871c734ee6c97b156e253524.tar patches-7acea31bbc885c95871c734ee6c97b156e253524.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.137.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.137.
(linux-libre-4.14-pristine-source)[hash]: Update hash.
Diffstat (limited to 'gnu/packages')
-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 22bcf238da..71dcd56f8e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -366,10 +366,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.19))) -(define-public linux-libre-4.14-version "4.14.136") +(define-public linux-libre-4.14-version "4.14.137") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0w6z5fhwqgpqnz2js8vj9j5dl6isx8n7rnzrm0vr9r8njaazz396"))) + (hash (base32 "0a72pab0zxy28i02glnzj6avzcf0a4gxxnadbdd343rh549yky4k"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |