summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-08-30 18:56:21 -0400
committerLeo Famulari <leo@famulari.name>2025-09-01 21:51:06 -0400
commitb8a4b1fb8df06cf1f0f7d4164e2a119aa033ce6f (patch)
treedde6a586d622964402243fd661b4f030c7bcf98c /gnu
parent54c022ff442a238bc4233b609499a99ff7085dee (diff)
gnu: linux-libre 6.1: Update to 6.1.149.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.149. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I5c652eb0dbbc87d25656da49d56bdb08aac3f656
Diffstat (limited to 'gnu')
-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 48988af5108..ac449ccfb9e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -575,7 +575,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.148")
+(define-public linux-libre-6.1-version "6.1.149")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -585,7 +585,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 "18c024bqqc3srzv2gva55p95yghjc6x3p3f54v3hziki4wx3v86r")))
+ (hash (base32 "0fdyfxw80zhkwh29m5v7xfmbyks5wi6isdq6bv96cn4ssfw0dsf4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))