summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-20 10:17:32 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:29 -0700
commitc734e0f6684d8bfc44af5cf204f1e68be2ded9ed (patch)
tree9899575e5a1598a35ea486ded913ca77fe456863 /gnu
parent756bd49b2c0f53c8b92561e5b548e13f84809b9d (diff)
gnu: linux-libre 7.1: Update to 7.1.9.
* gnu/packages/linux.scm (linux-libre-7.1-version): Update to 7.1.9. (linux-libre-7.1-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 260a2372320..c908c822921 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -550,7 +550,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
550;; The current "stable" kernels. That is, the most recently released major 550;; The current "stable" kernels. That is, the most recently released major
551;; versions that are still supported upstream. 551;; versions that are still supported upstream.
552 552
553(define-public linux-libre-7.1-version "7.1.8") 553(define-public linux-libre-7.1-version "7.1.9")
554(define-public linux-libre-7.1-gnu-revision "gnu") 554(define-public linux-libre-7.1-gnu-revision "gnu")
555(define deblob-scripts-7.1 555(define deblob-scripts-7.1
556 (linux-libre-deblob-scripts 556 (linux-libre-deblob-scripts
@@ -560,7 +560,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
560 (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9"))) 560 (base32 "0ab66phhdwhhhvhywiylhlsmqvw8ny4xyi7ap7xzzkqc7im8w1j9")))
561(define-public linux-libre-7.1-pristine-source 561(define-public linux-libre-7.1-pristine-source
562 (let ((version linux-libre-7.1-version) 562 (let ((version linux-libre-7.1-version)
563 (hash (base32 "0j9c88akklsdhivrlx7i0ccgzxcwcgp1zc6dzi65p79796sdq0gz"))) 563 (hash (base32 "1c3jq2y2isas3hi8dla4qs0wl6z6p9shjaqgk1987cwp72pa8w9j")))
564 (make-linux-libre-source version 564 (make-linux-libre-source version
565 (%upstream-linux-source version hash) 565 (%upstream-linux-source version hash)
566 deblob-scripts-7.1))) 566 deblob-scripts-7.1)))