diff options
author | Leo Famulari <leo@famulari.name> | 2025-03-24 13:28:45 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-03-26 08:41:31 -0400 |
commit | af1210b098a5eee2143c1ab06ba935ab6415e94b (patch) | |
tree | 611058ac94231e3cdf2236474bedce6a1f83617c | |
parent | 0c83bcfa812f49d5d8c91255548aad46ef3bfcb6 (diff) | |
download | guix-af1210b098a5eee2143c1ab06ba935ab6415e94b.tar.gz guix-af1210b098a5eee2143c1ab06ba935ab6415e94b.zip |
gnu: linux-libre: Update to 6.13.8.
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.8.
(linux-libre-6.13-pristine-source): Update hash.
Change-Id: I11e59be49416352b1de797c55a318c1a8756a1a8
-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 52f4755539..f5624ae3c2 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.7") +(define-public linux-libre-6.13-version "6.13.8") (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 "07c08x68fgcsgriss5z8w427h69y52s887vas91jzb5p70hbcf9s"))) + (hash (base32 "1fqsfnam0ca2lyqgi9vh7x6xa24yjk6ym6z85bn6nrrxsxczm6i5"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.13))) |