diff options
author | Leo Famulari <leo@famulari.name> | 2025-05-10 15:58:02 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-05-13 10:49:49 -0400 |
commit | 171e4e66c7f718e9c124b6f9725b7702f65afc64 (patch) | |
tree | 08e976cf4c1580617889db795727418f91ed48ac | |
parent | 1279f4b392d101724cd0841ef50850fb712a580e (diff) | |
download | guix-171e4e66c7f718e9c124b6f9725b7702f65afc64.tar.gz guix-171e4e66c7f718e9c124b6f9725b7702f65afc64.zip |
gnu: linux-libre 5.15: Update to 5.15.182.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.182.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Change-Id: Ie29d4aef9fd1377a622f5796384b80d737272f6a
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b7f6631d0d..fa9d3577a4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -577,17 +577,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-5.15-version "5.15.181") +(define-public linux-libre-5.15-version "5.15.182") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts linux-libre-5.15-version linux-libre-5.15-gnu-revision - (base32 "12jsdhhrak7l6c6sfpn38ddzzv4hyg18k5vga4lw7d45p319igwa") + (base32 "1diav2baanmm26z1gh8qyfgwmw0pvws923rvnp637wal35wq9hkd") (base32 "19cwqpvf6x02ivxwx36jkbccg3dcii1ynis34mjz3rn1wpg61s9a"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "0f6sc0wyd1gdx2kvbvp5sx6il780fdmjr4j0bcci1s7skrnl6iik"))) + (hash (base32 "07m3yrkqpmh4cmsmhz8i6da0h7xlprc7r4hb0xcy812s659zmaxn"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |