summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-24 17:02:57 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:31 -0700
commita13d18ea5171e31602290a3add865fe3f623f27b (patch)
tree282d3a22b382e4e1d6f5070a293b9dee3e0f7944
parentc734e0f6684d8bfc44af5cf204f1e68be2ded9ed (diff)
gnu: linux-libre 7.1: Update to 7.1.10.
* gnu/packages/linux.scm (linux-libre-7.1-version): Update to 7.1.10. (linux-libre-7.1-pristine-source): Update hash.
-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 c908c822921..9111f7e806a 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.9") 553(define-public linux-libre-7.1-version "7.1.10")
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 "1c3jq2y2isas3hi8dla4qs0wl6z6p9shjaqgk1987cwp72pa8w9j"))) 563 (hash (base32 "16crmblk96nwjzpbb22fpcj0r4ky63f1njvliv4vxwq2g9lz9lk7")))
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)))