summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-07-16 10:46:27 -0400
committerLeo Famulari <leo@famulari.name>2025-07-29 17:33:27 -0400
commite58282ee18c56bd092abce1bfc819dee4831f975 (patch)
tree95cf3cea9a569676a7307641fd5caf51b5078ca7
parentb94603cb04ebb2f5eca8d72ba65e0a03b5a9dfd4 (diff)
gnu: linux-libre 6.1: Update to 6.1.145.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.145. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I257b04689b653b1a3e101453ef3432b4855a0763
-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 5f5fdf1c96..5e6ac98f26 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -579,7 +579,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.143")
+(define-public linux-libre-6.1-version "6.1.145")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -589,7 +589,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 "02ivq22hv42bcnssfpkkbqlhz1by9jrfrqlrz1wi0svysz2dlnz2")))
+ (hash (base32 "0qrkcrqb0migsrq6xl1idyz8n6vjbdk74z4sc9na97b6n5vp0r9i")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))