summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-24 17:05:25 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:36 -0700
commit1c306a26a0bde908b7c8f9cd426d9471ee2f3ee1 (patch)
tree19d0e8c3afc4c4631bdd6df41b3378a9bf4fb933 /gnu
parentfc3eb95c1f8d9e8edb2795d3d4ad2b518b0b4420 (diff)
gnu: linux-libre 6.18: Update to 6.18.46.
* gnu/packages/linux.scm (linux-libre-6.18-version): Update to 6.18.46. (linux-libre-6.18-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 5fee9b099af..bc93005cd4e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -569,7 +569,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
569;; Here are the support timelines: 569;; Here are the support timelines:
570;; <https://www.kernel.org/category/releases.html> 570;; <https://www.kernel.org/category/releases.html>
571 571
572(define-public linux-libre-6.18-version "6.18.45") 572(define-public linux-libre-6.18-version "6.18.46")
573(define-public linux-libre-6.18-gnu-revision "gnu") 573(define-public linux-libre-6.18-gnu-revision "gnu")
574(define deblob-scripts-6.18 574(define deblob-scripts-6.18
575 (linux-libre-deblob-scripts 575 (linux-libre-deblob-scripts
@@ -579,7 +579,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
579 (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr"))) 579 (base32 "0yk2c643d2gykwbl3cibgwr9aaqrfg9m3q9xgha98yy4vzcyqbhr")))
580(define-public linux-libre-6.18-pristine-source 580(define-public linux-libre-6.18-pristine-source
581 (let ((version linux-libre-6.18-version) 581 (let ((version linux-libre-6.18-version)
582 (hash (base32 "0cxbvrb43mqxjmxyz2i7n5xghrk4gx7n24js2an199lwaxb4myih"))) 582 (hash (base32 "186c850qncfvwqnvmllzkiqj6xfrh6h4nh65d4lwq0lbh29lpm7m")))
583 (make-linux-libre-source version 583 (make-linux-libre-source version
584 (%upstream-linux-source version hash) 584 (%upstream-linux-source version hash)
585 deblob-scripts-6.18))) 585 deblob-scripts-6.18)))