summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-04-12 01:32:45 +0000
committerVagrant Cascadian <vagrant@debian.org>2026-04-13 09:51:56 -0700
commit1d6eb98dd645f0f116da6d8db0f617f0c0b24f2d (patch)
tree882f1ebec09c81c00203a7c6e7e3bd982d94c128 /gnu/packages/linux.scm
parent65011d15fdb085a4ed44170d02731af88b63e347 (diff)
gnu: linux-libre 6.1: Update to 6.1.168.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.168. (linux-libre-6.1-pristine-source): Update hash. Change-Id: I451c59abf88d7603cc1ef9b33f0452f822b3b1d7
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 909f0bc1973..d743e6c710d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -595,7 +595,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
595 (%upstream-linux-source version hash) 595 (%upstream-linux-source version hash)
596 deblob-scripts-6.6))) 596 deblob-scripts-6.6)))
597 597
598(define-public linux-libre-6.1-version "6.1.167") 598(define-public linux-libre-6.1-version "6.1.168")
599(define-public linux-libre-6.1-gnu-revision "gnu") 599(define-public linux-libre-6.1-gnu-revision "gnu")
600(define deblob-scripts-6.1 600(define deblob-scripts-6.1
601 (linux-libre-deblob-scripts 601 (linux-libre-deblob-scripts
@@ -605,7 +605,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
605 (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) 605 (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc")))
606(define-public linux-libre-6.1-pristine-source 606(define-public linux-libre-6.1-pristine-source
607 (let ((version linux-libre-6.1-version) 607 (let ((version linux-libre-6.1-version)
608 (hash (base32 "1jwqwp2fg3wdsh9w663rbnbv1rvsvksv1pj4bzns8swp0wy0a618"))) 608 (hash (base32 "0vkp75sfnjvfqxjh6gqcx24h2m6qj6xkwlw6b118cja43vjnz1g0")))
609 (make-linux-libre-source version 609 (make-linux-libre-source version
610 (%upstream-linux-source version hash) 610 (%upstream-linux-source version hash)
611 deblob-scripts-6.1))) 611 deblob-scripts-6.1)))