diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2026-01-24 03:42:46 +0000 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-01-29 13:29:53 -0800 |
| commit | f48845a644c958a3cbe7ae0556609954a0cfcf4d (patch) | |
| tree | 21dbbcbb000d0af31afcaadaad4283b732bd485e /gnu/packages/linux.scm | |
| parent | b3cb62fda7867f2b32aa6e4bca99656411e81154 (diff) | |
gnu: linux-libre 5.15: Update to 5.15.198.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.198.
(deblob-scripts-5.15): Update hash. (linux-libre-5.15-pristine-source): Update
hash.
Diffstat (limited to 'gnu/packages/linux.scm')
| -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 ad1e3157e8a..b688ba42b76 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.197") +(define-public linux-libre-5.15-version "5.15.198") (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 "0b2gd83ihxlq490gpgq930misc6jrckw4rzl7fvwd0qzczqjvff5") - (base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56"))) + (base32 "1s6km2r2mad0wpf7nqn4rqsykw1lm386l1yskmil24239fbva1f1"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "12k6c09lgs4ahmxbrg8g3q1ngldajmzyz7y2nr1l8yhhwbw8s8gx"))) + (hash (base32 "0hwpwbvjh6y4dhbpp34x9j25nc6x48fbiz65zzavplqdb2a0jk2x"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |
