summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-03-21 16:08:58 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-03-23 19:40:26 -0700
commit7808f4492f631cc113b03d612c1700c60a7dd595 (patch)
tree27be6b2b89b8df81487faf5677432fb0df3cc575 /gnu/packages/linux.scm
parent0a91f83fb340d4d1f7b87f07e346194d145a1291 (diff)
gnu: linux-libre 6.19: Update to 6.19.9.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.9. (linux-libre-6.19-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 3244652179f..49255fd2335 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
531;; The current "stable" kernels. That is, the most recently released major 531;; The current "stable" kernels. That is, the most recently released major
532;; versions that are still supported upstream. 532;; versions that are still supported upstream.
533 533
534(define-public linux-libre-6.19-version "6.19.8") 534(define-public linux-libre-6.19-version "6.19.9")
535(define-public linux-libre-6.19-gnu-revision "gnu") 535(define-public linux-libre-6.19-gnu-revision "gnu")
536(define deblob-scripts-6.19 536(define deblob-scripts-6.19
537 (linux-libre-deblob-scripts 537 (linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
541 (base32 "05jpciyypvmy6byaxjl49b1fvzxcnlhknf0xabrdj5152iznrzkh"))) 541 (base32 "05jpciyypvmy6byaxjl49b1fvzxcnlhknf0xabrdj5152iznrzkh")))
542(define-public linux-libre-6.19-pristine-source 542(define-public linux-libre-6.19-pristine-source
543 (let ((version linux-libre-6.19-version) 543 (let ((version linux-libre-6.19-version)
544 (hash (base32 "0f2v27fprccdprkv0fifzajbd0jh81nqal98ffws1kwbvci4gnma"))) 544 (hash (base32 "1gsmklhqpx5k9wca3gr8j439q8khr9byy7ivxqyr9qqjmyinhq61")))
545 (make-linux-libre-source version 545 (make-linux-libre-source version
546 (%upstream-linux-source version hash) 546 (%upstream-linux-source version hash)
547 deblob-scripts-6.19))) 547 deblob-scripts-6.19)))