summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2026-03-29 14:25:50 +0200
committerVagrant Cascadian <vagrant@debian.org>2026-04-02 12:51:26 -0700
commit0e776f0eb47b51eb8db12ef232a816d46acbbb79 (patch)
tree6cb4d486907137f4f3faf13967cf90943fb32e8a /gnu
parent47277c1a686309c1283a5643a47949be2cdda390 (diff)
gnu: linux-libre 6.19: Update to 6.19.10.
* gnu/packages/linux.scm (linux-libre-6.19-version): Update to 6.19.10. (linux-libre-6.19-pristine-source): Update hash. Change-Id: I8f4abb31e154cbecb2aa39fd1403a8ac099aa665
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 056684df1d0..2aa1cdaebdd 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.9") 534(define-public linux-libre-6.19-version "6.19.10")
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 "1gsmklhqpx5k9wca3gr8j439q8khr9byy7ivxqyr9qqjmyinhq61"))) 544 (hash (base32 "072s76238rnf87yhdy15nbxfyq7x3ch7p2v14dq4pq551qd48va6")))
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)))