summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-19 18:48:41 -0400
committerLeo Famulari <leo@famulari.name>2025-09-23 23:13:32 -0400
commitba6369c85b9c63749d36a56e4afd28cd0fc5fb3b (patch)
tree3cf77808e1f279a45169239efafb53fbe9fa8ed1 /gnu/packages/linux.scm
parent4018dd05c4e57d3707c7c736ce3dbb45cdf4ab61 (diff)
gnu: linux-libre 6.1: Update to 6.1.153.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.153. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ibe36052df35e4f44e3e047d1350e3dd0469beba1
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 fe7759ddd70..7a8bcb3d99e 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.152")
+(define-public linux-libre-6.1-version "6.1.153")
(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 "1ndpnlmpsp2137aqis8bpa2cvdl28jg66pi0p2c6d26cm7i3n5qs")))
+ (hash (base32 "0j4yzkhkbcsa9pgwcyqyfxi73avi7m0hd6xfaql73zwrb3hbvsvn")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))