summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-10 20:11:53 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-13 12:57:59 -0700
commit5794465a16dbc653c44f20ef22d5341b4c00885e (patch)
tree269c8d51d4ce76efcf06c92368ee3b2ae30734a5 /gnu/packages/linux.scm
parent9044a519a7b1dcfde141d04894b61dd219c57e23 (diff)
gnu: linux-libre 6.12: Update to 6.12.103.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.103. (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 1fc29ed87f5..0b39042b344 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -599,7 +599,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
599;; Here are the support timelines: 599;; Here are the support timelines:
600;; <https://www.kernel.org/category/releases.html> 600;; <https://www.kernel.org/category/releases.html>
601 601
602(define-public linux-libre-6.12-version "6.12.100") 602(define-public linux-libre-6.12-version "6.12.103")
603(define-public linux-libre-6.12-gnu-revision "gnu") 603(define-public linux-libre-6.12-gnu-revision "gnu")
604(define deblob-scripts-6.12 604(define deblob-scripts-6.12
605 (linux-libre-deblob-scripts 605 (linux-libre-deblob-scripts
@@ -609,7 +609,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
609 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a"))) 609 (base32 "1x48hpmvajz7v5wn1vdd7l5r14mq4ngzh5npz3pj81z4f1g61i0a")))
610(define-public linux-libre-6.12-pristine-source 610(define-public linux-libre-6.12-pristine-source
611 (let ((version linux-libre-6.12-version) 611 (let ((version linux-libre-6.12-version)
612 (hash (base32 "147fvkpsa9n5gv207xyb6if0vmahmvpvrb2bfy32wj866i9p7yb7"))) 612 (hash (base32 "0xiizhw3kk2ggx9yymzmpj0q9ckday1492vqdrhsayw7x2nslhzi")))
613 (make-linux-libre-source version 613 (make-linux-libre-source version
614 (%upstream-linux-source version hash) 614 (%upstream-linux-source version hash)
615 deblob-scripts-6.12))) 615 deblob-scripts-6.12)))