diff options
author | Leo Famulari <leo@famulari.name> | 2022-05-18 21:59:28 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-05-20 18:44:05 -0400 |
commit | 61b8f98c36155210f00e013d35dbd51ede8ee872 (patch) | |
tree | 5fa3d2b10b0f52c154eea3e25a97d39c456d52ac /gnu | |
parent | 11f2cd9b7b579bf146544c46e86d331305e712db (diff) |
gnu: linux-libre 5.4: Update to 5.4.195.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.195.
(linux-libre-5.4-pristine-source): 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 9d7547fe11..69edd83932 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -409,7 +409,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.194") +(define-public linux-libre-5.4-version "5.4.195") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -419,7 +419,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "05i286d98fm2pdf9724x1dsmfcm7gsd7yyyvxqlpisyj1kx14hda"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "1xix3ndgzj7axmj9py7lip3n9qqw1jc4gi6lvls6zwi9364mfh98"))) + (hash (base32 "078380qhds2jwfmrchna6p27wpfb74pvnj4xiyc5k38gysfmnbzj"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |