summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRodion Goritskov <rodion@goritskov.com>2026-04-30 17:35:19 +0200
committerVagrant Cascadian <vagrant@debian.org>2026-04-30 14:46:13 -0700
commit8949c8d7fd5184a501ab7c635de8e73db1a8dc18 (patch)
treed6f51c194667390b999046fa8511b8393bdebf8f /gnu
parent733fc7aa22375d07742bf941620ab16dfada561f (diff)
gnu: linux-libre 6.1: Update to 6.1.170.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.170. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
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 d3cb9d2845..51ea9c919b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -596,7 +596,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.169")
+(define-public linux-libre-6.1-version "6.1.170")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -606,7 +606,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "0b7g7awbn1zryrh0pnjsh00d7j7ivda8i380jddhfj8ph1sfdjz0")))
+ (hash (base32 "0i29gilsvl7vx7p6vqg0bc0d40ir1b968hyfjhdfms55g4pr2y5m")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))