summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-06-30 13:22:05 -0400
committerLeo Famulari <leo@famulari.name>2025-07-02 12:07:05 -0400
commit17085509bc6e7b26d8e18c8316baa2cb113ce765 (patch)
tree3c43c24f7db43fcf806c6dc030df97b3d0f07034 /gnu
parent13d2780228345bde4d94fe5afc660db601a71bd1 (diff)
gnu: linux-libre 6.1: Update to 6.1.142.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.142. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I98c163fb5ba0742a3910afd8f7ea231a98b35eef
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 18f7445faca..d9511db35c1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -563,7 +563,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.141")
+(define-public linux-libre-6.1-version "6.1.142")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -573,7 +573,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1hzjr44hy8px4n3x5my2syhd60chkfy79ajgzvlz04pc5yf6ihpi")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "05n1561cbzaw9vcxp86bqzvhqz5wv7dajpy7cq34bw7myvx4ag5w")))
+ (hash (base32 "1am31xw70sbxzdnvj70fx9l946nadcbrc7qk2yxxssy96nhnxlnw")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))