diff options
| author | Leo Famulari <leo@famulari.name> | 2025-12-08 11:00:04 -0500 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-12-11 16:39:34 -0500 |
| commit | d7e98c1ce6fda20d2fa5611169e1b4021672766a (patch) | |
| tree | b2b09eb9d5244da9945a20a9483e7f80f265af62 /gnu | |
| parent | f392ac39832983a4d05c67440dbf58930d110312 (diff) | |
gnu: linux-libre 5.15: Update to 5.15.197.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.197.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
Change-Id: Ie541e9481554076eca04f6e9f06fa896048b0fc0
Diffstat (limited to 'gnu')
| -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 a4f473e7ad1..66f0276cf4d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -593,17 +593,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.196") +(define-public linux-libre-5.15-version "5.15.197") (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 "14dajb391lr4y2llvjihilmzwvrq4gjbgvrha7dvh6vv4jmbi28v") + (base32 "0b2gd83ihxlq490gpgq930misc6jrckw4rzl7fvwd0qzczqjvff5") (base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "018ffzi91xh46l7r3fgc4mpri3pxzl6wc1n946vny0lbb59pj5c3"))) + (hash (base32 "12k6c09lgs4ahmxbrg8g3q1ngldajmzyz7y2nr1l8yhhwbw8s8gx"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |
