diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-07 01:11:41 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-07 01:11:41 -0500 |
commit | 72e9f0a352092e50e5aede1714ffc460002ba497 (patch) | |
tree | 8b8c9e5b4e42b638aacdc288fc6ed596a5c20fc3 | |
parent | 13209ecbb9cd379e378d78e19e0fe52b333c187b (diff) | |
download | patches-72e9f0a352092e50e5aede1714ffc460002ba497.tar patches-72e9f0a352092e50e5aede1714ffc460002ba497.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.82.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.82.
(linux-libre-4.19-pristine-source): 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 7a1dec0d84..ba2825f532 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -359,10 +359,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.3))) -(define-public linux-libre-4.19-version "4.19.81") +(define-public linux-libre-4.19-version "4.19.82") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "17g2wiaa7l7mxi72k79drxij2zqk3nsj8wi17bl4nfvb1ypc2gi9"))) + (hash (base32 "0parrg1ayi677zinkqq8n1bz863s0gj92j3ix67jis2y5in6vnaq"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |