summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-03-14 14:23:37 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-03-16 23:23:59 -0700
commitaeeb8be0e27b4109eb2be27efe6bb7b2aa50e003 (patch)
tree4bfcdffce88a34021abce01a0c16d3f61d948be9 /gnu
parentd45924e856395ad7ff832486c9b3dfc360d213ae (diff)
gnu: linux-libre 6.12: Update to 6.12.77.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.77. (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 178e88633b5..396e8200ad4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -565,7 +565,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
565;; Here are the support timelines: 565;; Here are the support timelines:
566;; <https://www.kernel.org/category/releases.html> 566;; <https://www.kernel.org/category/releases.html>
567 567
568(define-public linux-libre-6.12-version "6.12.76") 568(define-public linux-libre-6.12-version "6.12.77")
569(define-public linux-libre-6.12-gnu-revision "gnu") 569(define-public linux-libre-6.12-gnu-revision "gnu")
570(define deblob-scripts-6.12 570(define deblob-scripts-6.12
571 (linux-libre-deblob-scripts 571 (linux-libre-deblob-scripts
@@ -575,7 +575,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
575 (base32 "1v6glxf94p9z0yq5m102jwcpyh6anpbp3h8wwff9hxlfy2wdlzzk"))) 575 (base32 "1v6glxf94p9z0yq5m102jwcpyh6anpbp3h8wwff9hxlfy2wdlzzk")))
576(define-public linux-libre-6.12-pristine-source 576(define-public linux-libre-6.12-pristine-source
577 (let ((version linux-libre-6.12-version) 577 (let ((version linux-libre-6.12-version)
578 (hash (base32 "15nq7agr492b9lh57xp10hs48dx9g7k253y2lm4vvrj69j1kxd5v"))) 578 (hash (base32 "0rzz5hdixa5xmr99gja3xr9nxgpmrpxyg4llmvkl3vyawpmkd21m")))
579 (make-linux-libre-source version 579 (make-linux-libre-source version
580 (%upstream-linux-source version hash) 580 (%upstream-linux-source version hash)
581 deblob-scripts-6.12))) 581 deblob-scripts-6.12)))