diff options
author | Leo Famulari <leo@famulari.name> | 2021-01-12 15:07:45 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-01-13 16:15:15 -0500 |
commit | 40dc597b063ff15aa9b1bbe48ea760721eb7c86c (patch) | |
tree | 40be117597ff73eb9962cc5bcf1329e88e7da989 /gnu/packages | |
parent | 0dc484edcf163e24f00805dae6b7a2574231a7d8 (diff) |
gnu: linux-libre 4.19: Update to 4.19.167.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.167.
(linux-libre-4.19-pristine-source): 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 b91f36a3bd..61a836a539 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -382,7 +382,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.166") +(define-public linux-libre-4.19-version "4.19.167") (define deblob-scripts-4.19 (linux-libre-deblob-scripts linux-libre-4.19-version @@ -390,7 +390,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "03l86ykdjs5wa0n4wknpgy9dv2r6l92qfsyak373jkhs684z53mr"))) + (hash (base32 "00gddgr1jj9zkd10mbbkanfkgpqi2jqszibq80rc9bbmgiknfb1i"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |