diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-28 18:58:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-28 18:58:44 -0400 |
commit | b64b66b890188aff9e7f23c6e85e715d7101f68e (patch) | |
tree | 8a112af0f9cd2c48a3c67737af186ef4f85fd25f | |
parent | 7e5eda0c08112963be08ebe0c62eed651749e0a1 (diff) | |
download | patches-b64b66b890188aff9e7f23c6e85e715d7101f68e.tar patches-b64b66b890188aff9e7f23c6e85e715d7101f68e.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.62.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.62.
(linux-libre-4.19-pristine-source)[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 c638c6aa10..2f8ec219b4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,10 +358,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.2))) -(define-public linux-libre-4.19-version "4.19.61") +(define-public linux-libre-4.19-version "4.19.62") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "1scwb6ynr93k4a1vzpw2x1hzafhfs06ckf9v6fk1zvkh8jw1rc5c"))) + (hash (base32 "1p6s1ksrsq3za7644j0qf9brf6brwq39jxpfln5ypmyfi5qn9gh7"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |