summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-31 12:30:05 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-31 12:40:11 -0700
commit75f0d421d289379f6c479d3f77836982d4acfc09 (patch)
tree3ff102e5ebe66f1b024aa127ccf93d39f9b58684
parentabbf3bb98b31af335ce75bd0319649295adf2540 (diff)
gnu: linux-libre 6.12: Update to 6.12.107.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.107. (linux-libre-6.12-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 fb2b95017dd..ea38262d00a 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -641,7 +641,7 @@ GEXP)."
641 (%upstream-linux-source version hash) 641 (%upstream-linux-source version hash)
642 deblob-scripts-6.18))) 642 deblob-scripts-6.18)))
643 643
644(define-public linux-libre-6.12-version "6.12.105") 644(define-public linux-libre-6.12-version "6.12.107")
645(define-public linux-libre-6.12-gnu-revision "gnu") 645(define-public linux-libre-6.12-gnu-revision "gnu")
646(define deblob-scripts-6.12 646(define deblob-scripts-6.12
647 (linux-libre-deblob-scripts 647 (linux-libre-deblob-scripts
@@ -651,7 +651,7 @@ GEXP)."
651 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) 651 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a")))
652(define-public linux-libre-6.12-pristine-source 652(define-public linux-libre-6.12-pristine-source
653 (let ((version linux-libre-6.12-version) 653 (let ((version linux-libre-6.12-version)
654 (hash (base32 "0ggni16ill7acfxsmwr96q2zfcia1v19sif32csv2acm24g80dpb"))) 654 (hash (base32 "0yih5s4xbp1hlyfha49z2j3l9x7i5ij335jfl6f6sbfy7yzcby55")))
655 (make-linux-libre-source version 655 (make-linux-libre-source version
656 (%upstream-linux-source version hash) 656 (%upstream-linux-source version hash)
657 deblob-scripts-6.12))) 657 deblob-scripts-6.12)))