diff options
| author | Leo Famulari <leo@famulari.name> | 2025-10-31 13:43:40 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-11-03 20:57:15 -0500 |
| commit | fd368d431bbde95effbf126ef575dec2ff95d6dc (patch) | |
| tree | 818f36779c891c5f079f9d022fca1aa08748f0d3 /gnu/packages | |
| parent | 936a243d96041354fe209c9bbfdd21a87d3a06f4 (diff) | |
gnu: linux-libre 5.15: Update to 5.15.196.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.196.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ia89a29c20d808150eecf074e6ecc6c2ca6e49ad0
Diffstat (limited to 'gnu/packages')
| -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 812d006507c..cf046527894 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -608,7 +608,7 @@ 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.195") +(define-public linux-libre-5.15-version "5.15.196") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -618,7 +618,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56"))) (define-public linux-libre-5.15-pristine-source (let ((version linux-libre-5.15-version) - (hash (base32 "0hd4p76qv29zlr0iik4j9y9qynyqisk6bgfiqcwkk7gr6bf81l13"))) + (hash (base32 "018ffzi91xh46l7r3fgc4mpri3pxzl6wc1n946vny0lbb59pj5c3"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |
