summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-06-27 16:54:45 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-06-28 14:42:08 -0700
commit937f3ad301fe1b9a3c5d42f6bc6db89ed771cac3 (patch)
treefb5ae24a69b637985e8f0f0af317f238047b312f /gnu
parentdc569a5d63fb64ca72d907e0f36d1a9f3d9de83a (diff)
gnu: linux-libre 7.0: Update to 7.0.14.
* gnu/packages/linux.scm (linux-libre-7.0-version): Update to 7.0.14. (linux-libre-7.0-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 349f6b69062..91c569c0b5b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -529,7 +529,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
529 529
530;; The current "mainline" kernel. 530;; The current "mainline" kernel.
531 531
532(define-public linux-libre-7.0-version "7.0.13") 532(define-public linux-libre-7.0-version "7.0.14")
533(define-public linux-libre-7.0-gnu-revision "gnu") 533(define-public linux-libre-7.0-gnu-revision "gnu")
534(define deblob-scripts-7.0 534(define deblob-scripts-7.0
535 (linux-libre-deblob-scripts 535 (linux-libre-deblob-scripts
@@ -539,7 +539,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
539 (base32 "0a7572zw5y3k4gs4p3h5w0s9bhd63pdjxz6vxbr96sq6r8b6k02n"))) 539 (base32 "0a7572zw5y3k4gs4p3h5w0s9bhd63pdjxz6vxbr96sq6r8b6k02n")))
540(define-public linux-libre-7.0-pristine-source 540(define-public linux-libre-7.0-pristine-source
541 (let ((version linux-libre-7.0-version) 541 (let ((version linux-libre-7.0-version)
542 (hash (base32 "04wrz38ldls7pv1yxa1m7p2hqn1731l93xnz93fs7b0nyz8fv09w"))) 542 (hash (base32 "160ggaq9rh50a39gz02fpia8maq85bwxhqlwsc03yafjhjvrk6fy")))
543 (make-linux-libre-source version 543 (make-linux-libre-source version
544 (%upstream-linux-source version hash) 544 (%upstream-linux-source version hash)
545 deblob-scripts-7.0))) 545 deblob-scripts-7.0)))