summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-04-12 01:29:11 +0000
committerVagrant Cascadian <vagrant@debian.org>2026-04-13 09:51:53 -0700
commit65011d15fdb085a4ed44170d02731af88b63e347 (patch)
tree3225cc9aef70aa849359f47ceab02c06870260bf /gnu/packages
parenta816cf8965cba69a66ebbd197f81951e7ee9468a (diff)
gnu: linux-libre 6.6: Update to 6.6.134.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.134. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Ia9c3e1466a37cfdc38816be528c078ab550d52cb
Diffstat (limited to 'gnu/packages')
-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 e57ee8df2e5..909f0bc1973 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -580,7 +580,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
580 (%upstream-linux-source version hash) 580 (%upstream-linux-source version hash)
581 deblob-scripts-6.12))) 581 deblob-scripts-6.12)))
582 582
583(define-public linux-libre-6.6-version "6.6.130") 583(define-public linux-libre-6.6-version "6.6.134")
584(define-public linux-libre-6.6-gnu-revision "gnu") 584(define-public linux-libre-6.6-gnu-revision "gnu")
585(define deblob-scripts-6.6 585(define deblob-scripts-6.6
586 (linux-libre-deblob-scripts 586 (linux-libre-deblob-scripts
@@ -590,7 +590,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
590 (base32 "0xp9b2vkrb0g0rn4i33b59rhp4sgh1dbwzk28vwz7kwac6l5rcpi"))) 590 (base32 "0xp9b2vkrb0g0rn4i33b59rhp4sgh1dbwzk28vwz7kwac6l5rcpi")))
591(define-public linux-libre-6.6-pristine-source 591(define-public linux-libre-6.6-pristine-source
592 (let ((version linux-libre-6.6-version) 592 (let ((version linux-libre-6.6-version)
593 (hash (base32 "139480lyi3if8pd2j3yld5a01lk7113kbcn2kxpzyk29p5kslq14"))) 593 (hash (base32 "1grp1wqgzjsk6xyl0nvd2hxlxjj0wgz04x544zkz8srp6rxnjy33")))
594 (make-linux-libre-source version 594 (make-linux-libre-source version
595 (%upstream-linux-source version hash) 595 (%upstream-linux-source version hash)
596 deblob-scripts-6.6))) 596 deblob-scripts-6.6)))