summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-07-16 10:46:49 -0400
committerLeo Famulari <leo@famulari.name>2025-07-29 17:33:27 -0400
commit4fc86d9d4af550e56238337f9a35287341f72ee8 (patch)
treeb96c8f9b0edd54fcd31a71df54455989838ae9cf
parente58282ee18c56bd092abce1bfc819dee4831f975 (diff)
gnu: linux-libre 5.15: Update to 5.15.188.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.188. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I9fdb1740993973981871ae7e75f238f27e56452e
-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 5e6ac98f26..6e582f05a5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -594,7 +594,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.186")
+(define-public linux-libre-5.15-version "5.15.188")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -604,7 +604,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 "0anbf7v0m26da0c6d0z925im4x2kf8kswpbv056543amxvbzsklw")))
+ (hash (base32 "1nfcrdwa2mgih57ch9kh8gc6jl950a7vpqgr56xk1b02303km5f4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))