summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-04 10:49:50 -0400
committerLeo Famulari <leo@famulari.name>2025-09-07 17:08:25 -0400
commit3c6b65329fe0b3809e1b02da9285ebac3e37dd76 (patch)
tree6d4609bc089fb0a64649fcc7c4f73f6e16f83d3e /gnu/packages/linux.scm
parent93c0eae9d11f494dba1660f51fa712704e8c6262 (diff)
gnu: linux-libre 5.15: Update to 5.15.191.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.191. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I9d73c755b64b689a346bff5f6a42e50110e061c3
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ecaddb78282..7a6562c1f32 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -605,7 +605,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.190")
+(define-public linux-libre-5.15-version "5.15.191")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -615,7 +615,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 "0146lslj0my0mhcx7wfp984f270zr8iiyq9899v6f7cflkqi9f32")))
+ (hash (base32 "0kljdv2fmg7qa5lqgdzx30rbnabw963w4k10jzsbdvd36jnb6bbs")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))