summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-08-15 15:03:02 -0400
committerLeo Famulari <leo@famulari.name>2025-08-20 19:33:21 -0400
commitb7b0a3c38b9475809de9a15deb9f603125d654bd (patch)
tree49a8ab3f1b7dc465f92cac9ac4c8930099974587 /gnu
parentebfa57fdf433a66366ff5cd55134685bd97584a6 (diff)
gnu: linux-libre 6.1: Update to 6.1.148.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.148. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I7b0e7e947eb105070c3cb2a2545f4b0dba3c42f7
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 c36d88482b4..ada5bb09aa9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -578,7 +578,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
578 (%upstream-linux-source version hash) 578 (%upstream-linux-source version hash)
579 deblob-scripts-6.6))) 579 deblob-scripts-6.6)))
580 580
581(define-public linux-libre-6.1-version "6.1.147") 581(define-public linux-libre-6.1-version "6.1.148")
582(define-public linux-libre-6.1-gnu-revision "gnu") 582(define-public linux-libre-6.1-gnu-revision "gnu")
583(define deblob-scripts-6.1 583(define deblob-scripts-6.1
584 (linux-libre-deblob-scripts 584 (linux-libre-deblob-scripts
@@ -588,7 +588,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
588 (base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa"))) 588 (base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa")))
589(define-public linux-libre-6.1-pristine-source 589(define-public linux-libre-6.1-pristine-source
590 (let ((version linux-libre-6.1-version) 590 (let ((version linux-libre-6.1-version)
591 (hash (base32 "1xv6whvxjcdmvv0cil7nnac4hs2hxjnc98agx08xiqs179k2b3r1"))) 591 (hash (base32 "18c024bqqc3srzv2gva55p95yghjc6x3p3f54v3hziki4wx3v86r")))
592 (make-linux-libre-source version 592 (make-linux-libre-source version
593 (%upstream-linux-source version hash) 593 (%upstream-linux-source version hash)
594 deblob-scripts-6.1))) 594 deblob-scripts-6.1)))