summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-06-19 16:39:17 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-06-22 12:20:47 -0700
commit00b0cebcb275558eb73dcd86f91aaa7eb9cdce71 (patch)
tree26ad623f12787c6baa95fc4d287c02c2854fc8e8 /gnu
parentda2c80ead4c943bbd46ff1871a277f266ebb8f00 (diff)
gnu: linux-libre 6.12: Update to 6.12.94.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.94. (linux-libre-6.12-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 65769d7214b..3d14ed0bd46 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -581,7 +581,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
581;; Here are the support timelines: 581;; Here are the support timelines:
582;; <https://www.kernel.org/category/releases.html> 582;; <https://www.kernel.org/category/releases.html>
583 583
584(define-public linux-libre-6.12-version "6.12.93") 584(define-public linux-libre-6.12-version "6.12.94")
585(define-public linux-libre-6.12-gnu-revision "gnu") 585(define-public linux-libre-6.12-gnu-revision "gnu")
586(define deblob-scripts-6.12 586(define deblob-scripts-6.12
587 (linux-libre-deblob-scripts 587 (linux-libre-deblob-scripts
@@ -591,7 +591,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
591 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) 591 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a")))
592(define-public linux-libre-6.12-pristine-source 592(define-public linux-libre-6.12-pristine-source
593 (let ((version linux-libre-6.12-version) 593 (let ((version linux-libre-6.12-version)
594 (hash (base32 "18sg154hqw8l98pfim2hjm1y604h5dwn9gj3gyncas8bgjl4h9j9"))) 594 (hash (base32 "1ln83ljmc7wr1nrjjq1hp1m1vx54j7i6i15m3hqb73a1p4ra5679")))
595 (make-linux-libre-source version 595 (make-linux-libre-source version
596 (%upstream-linux-source version hash) 596 (%upstream-linux-source version hash)
597 deblob-scripts-6.12))) 597 deblob-scripts-6.12)))