diff options
| author | Leo Famulari <leo@famulari.name> | 2025-04-20 13:17:35 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-04-23 17:15:14 -0400 |
| commit | 4bef98b1f327f747ee6904d5a38e00ad6839e800 (patch) | |
| tree | 914c3f93c183ace2c3e4b7356980829451458e32 /gnu | |
| parent | 6cf0f3cbb649b8be21dcc6337ef394902c4bd56c (diff) | |
gnu: linux-libre: Update to 6.13.12.
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.12.
(linux-libre-6.13-pristine-source): Update hash.
Change-Id: I3139dac1e696850c1d4b9888c5531cf47f408bbd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 6162ba0c7b7..ca660dd37f7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -513,7 +513,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." ;; The current "stable" kernels. That is, the most recently released major ;; versions that are still supported upstream. -(define-public linux-libre-6.13-version "6.13.11") +(define-public linux-libre-6.13-version "6.13.12") (define-public linux-libre-6.13-gnu-revision "gnu") (define deblob-scripts-6.13 (linux-libre-deblob-scripts @@ -523,7 +523,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1a6ri9awza8nf7cdabp09dk327cx0dw8q3rhm016a578kb4ihviq"))) (define-public linux-libre-6.13-pristine-source (let ((version linux-libre-6.13-version) - (hash (base32 "08gcms4gvh8i30wj9vk27rb7d4yrndprxk1m72dhr1f7lywz2azn"))) + (hash (base32 "0hhj49k3ksjcp0dg5yiahqzryjfdpr9c1a9ph6j9slzmkikbn7v1"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.13))) |
