diff options
author | Leo Famulari <leo@famulari.name> | 2025-05-10 15:57:23 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-05-13 10:49:48 -0400 |
commit | 52bb4645d3bc82d07921f7740d1c992f7922053f (patch) | |
tree | 300de282f96cdc4556407591e19e7abfa5d95d17 | |
parent | dde13af78da2328c7c4f105457c3a8ed37ffda09 (diff) | |
download | guix-52bb4645d3bc82d07921f7740d1c992f7922053f.tar.gz guix-52bb4645d3bc82d07921f7740d1c992f7922053f.zip |
gnu: linux-libre 6.6: Update to 6.6.90.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.90.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: I0495bf7b49ba748bd51d13672e64884e937a7257
-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 0ee866ecc1..bb8d681222 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -547,7 +547,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.89") +(define-public linux-libre-6.6-version "6.6.90") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts @@ -557,7 +557,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0xnhflca5rmxnxpywds6ixnipg2zsyb0wik3spir8j3cfjpqjw3b"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "005s3vf1fkcv3fady2ax9azyc4lj8p4flhn20h3srr38c39zf6n2"))) + (hash (base32 "0kh1ax0j0vl0n267cpij5lf170ab1fg0j6gjzvzc2a8ncx46g1gz"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |