aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-05-04 14:28:23 -0400
committerLeo Famulari <leo@famulari.name>2025-05-05 22:09:30 -0400
commiteba1909b611abbf3db36a75319a7e0f9f3e67252 (patch)
treebd326079bc5b8d6340bc2a96cf63309555fd9b5d
parentb4ce8ab251347e67caf376f07ae71d484dcf8b7e (diff)
downloadguix-eba1909b611abbf3db36a75319a7e0f9f3e67252.tar.gz
guix-eba1909b611abbf3db36a75319a7e0f9f3e67252.zip
gnu: linux-libre 6.6: Update to 6.6.89.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.89. (linux-libre-6.6-pristine-source): Update hash. Change-Id: Id0524a4e05a0d781b6d76c0fe89785dc8f64d8ba
-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 d479254695..26bfb8ab20 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -562,7 +562,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.88")
+(define-public linux-libre-6.6-version "6.6.89")
(define-public linux-libre-6.6-gnu-revision "gnu")
(define deblob-scripts-6.6
(linux-libre-deblob-scripts
@@ -572,7 +572,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 "0l0697dcfdjkl80c7x1nfvw3n6390nnbznlpfbg51sgp7sv8kpqr")))
+ (hash (base32 "005s3vf1fkcv3fady2ax9azyc4lj8p4flhn20h3srr38c39zf6n2")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.6)))