diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-31 15:02:22 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-31 15:02:22 -0400 |
commit | fd9832e624c65287552152b2e0b52a001dc9a1d2 (patch) | |
tree | b333414b7200da341ce9aec3b7a56c0ca418ab1a /gnu | |
parent | af825b11f7b7f0367019331c2654547795105191 (diff) | |
download | patches-fd9832e624c65287552152b2e0b52a001dc9a1d2.tar patches-fd9832e624c65287552152b2e0b52a001dc9a1d2.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.135.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.135.
(linux-libre-4.14-pristine-source)[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 354337909d..a4c8cdd159 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.134") +(define-public linux-libre-4.14-version "4.14.135") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0b9xj1rwr5fpw2giirfghzxxc0wp1hwf4nqvalx314pxxysyf88b"))) + (hash (base32 "0x2v0pj4hjb71qkxbqn4ymg6zmyabp91kylyzd270nbig7i234a2"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |