summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-24 17:07:18 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:42 -0700
commit33f6bf76ee90bb3b920010a195a21a6b373f510f (patch)
tree5bf3d97d730f0fdf170c0b15e281ba104a4cbdd8 /gnu/packages/linux.scm
parentfea660e9472b831c2f9e02ef3857b1f36c64e622 (diff)
gnu: linux-libre 6.12: Update to 6.12.105.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.105. (linux-libre-6.12-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 ad18cf5d351..b1c7f0dc4b9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -584,7 +584,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
584 (%upstream-linux-source version hash) 584 (%upstream-linux-source version hash)
585 deblob-scripts-6.18))) 585 deblob-scripts-6.18)))
586 586
587(define-public linux-libre-6.12-version "6.12.104") 587(define-public linux-libre-6.12-version "6.12.105")
588(define-public linux-libre-6.12-gnu-revision "gnu") 588(define-public linux-libre-6.12-gnu-revision "gnu")
589(define deblob-scripts-6.12 589(define deblob-scripts-6.12
590 (linux-libre-deblob-scripts 590 (linux-libre-deblob-scripts
@@ -594,7 +594,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
594 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) 594 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a")))
595(define-public linux-libre-6.12-pristine-source 595(define-public linux-libre-6.12-pristine-source
596 (let ((version linux-libre-6.12-version) 596 (let ((version linux-libre-6.12-version)
597 (hash (base32 "16drg5rvgbg4s24byj3wkq4ib5l6azmlxd5aqpq0rgb329m1d7cl"))) 597 (hash (base32 "0ggni16ill7acfxsmwr96q2zfcia1v19sif32csv2acm24g80dpb")))
598 (make-linux-libre-source version 598 (make-linux-libre-source version
599 (%upstream-linux-source version hash) 599 (%upstream-linux-source version hash)
600 deblob-scripts-6.12))) 600 deblob-scripts-6.12)))