summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-24 17:10:11 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:47 -0700
commitf9448a6312b753e821f3d99d5db3207a70aac869 (patch)
treeba05235d43b1e56d0c079ecbbabebe0841766a1c /gnu
parentfb47ec9506e0ef3e08b75ba6f819e6c8b395204f (diff)
gnu: linux-libre 6.6: Update to 6.6.153.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.153. (linux-libre-6.6-pristine-source): Update hash.
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 cd2c51c9225..42139ddd47c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -599,7 +599,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
599 (%upstream-linux-source version hash) 599 (%upstream-linux-source version hash)
600 deblob-scripts-6.12))) 600 deblob-scripts-6.12)))
601 601
602(define-public linux-libre-6.6-version "6.6.152") 602(define-public linux-libre-6.6-version "6.6.153")
603(define-public linux-libre-6.6-gnu-revision "gnu") 603(define-public linux-libre-6.6-gnu-revision "gnu")
604(define deblob-scripts-6.6 604(define deblob-scripts-6.6
605 (linux-libre-deblob-scripts 605 (linux-libre-deblob-scripts
@@ -609,7 +609,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
609 (base32 "1h0qybxvk1f2vvbajivxcyqha49zfh1as5053ww36klllyml3cpn"))) 609 (base32 "1h0qybxvk1f2vvbajivxcyqha49zfh1as5053ww36klllyml3cpn")))
610(define-public linux-libre-6.6-pristine-source 610(define-public linux-libre-6.6-pristine-source
611 (let ((version linux-libre-6.6-version) 611 (let ((version linux-libre-6.6-version)
612 (hash (base32 "1mkhvln2x9npklg1b9b2gkavxcjmj9826sq0fh5rv16scf60b2vp"))) 612 (hash (base32 "0mwmr68vz1a296gkizwywvrjr8i86wg3crk777p0sli3i437gg1r")))
613 (make-linux-libre-source version 613 (make-linux-libre-source version
614 (%upstream-linux-source version hash) 614 (%upstream-linux-source version hash)
615 deblob-scripts-6.6))) 615 deblob-scripts-6.6)))