diff options
author | Leo Famulari <leo@famulari.name> | 2022-01-05 19:06:06 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-01-05 23:39:14 -0500 |
commit | 38b9a0388defc5c1855b25558600156c6351a822 (patch) | |
tree | 0285663a520b4b9c5497da81ce9a010ce39dd3c1 | |
parent | 973403e61381088e46ff28105b2cb3002bc37d55 (diff) | |
download | guix-38b9a0388defc5c1855b25558600156c6351a822.tar.gz |
gnu: linux-libre 5.4: Update to 5.4.170.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.170. (linux-libre-5.4-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 12778eb512..57a822c99b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -389,7 +389,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.169") +(define-public linux-libre-5.4-version "5.4.170") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -399,7 +399,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "068sw1p50vcygi422bfjpahf2fxy3ifyp4ljnkwxbbvibzcq4hsm"))) + (hash (base32 "0b1qdmp2q0lpngfvvnwb248cnqn9akk2z4xawrfwziszrzh797xh"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |