summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-11 22:02:09 -0400
committerLeo Famulari <leo@famulari.name>2025-09-13 14:57:18 -0400
commit6ff5d29df492068c9c960d0c8b0632f8169372e9 (patch)
tree67b6f7c41dccfd1f386c914b2505ea9445a9391d /gnu/packages/linux.scm
parentd55b32aedb323651e819ac8d1d3bfe5a3554d997 (diff)
gnu: linux-libre 6.1: Update to 6.1.152.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.152. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I24287fb7c5b608114a1e92709e79f33312d215ae
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 1d1fbec8141..b45cb9cb2ba 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -590,7 +590,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.1-version "6.1.150")
+(define-public linux-libre-6.1-version "6.1.152")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -600,7 +600,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "1vr4g32y74jl43hlp2jh708mp2qg4zwqh1bwa3xl9dg2136gy6q0")))
+ (hash (base32 "1ndpnlmpsp2137aqis8bpa2cvdl28jg66pi0p2c6d26cm7i3n5qs")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))