This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch kernel-updates
in repository guix.
The following commit(s) were added to refs/heads/kernel-updates by this push:
new a87ad14fa3 gnu: deblob-scripts-6.19: Fix hash.
a87ad14fa3 is described below
commit a87ad14fa36c71ad238e1739cd1dd3b2e17b040a
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Tue Mar 10 13:00:04 2026 -0700
gnu: deblob-scripts-6.19: Fix hash.
* gnu/packages/linux.scm (deblob-scripts-6.19): Fix hash.
---
gnu/packages/linux.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 4a5c9e25b2..0ddbd70c89 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -537,7 +537,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
linux-libre-6.19-version
linux-libre-6.19-gnu-revision
(base32 "0zl5352xsv12xkqrfygp5kd8nvjq718pg5iaz64y675abymacp8v")
- (base32 "0zl5352xsv12xkqrfygp5kd8nvjq718pg5iaz64y675abymacp8v")))
+ (base32 "0y9rb4mm1n83h9wa68ivbpqj13va3vv5954j2ywqm7apwpx9ini2")))
(define-public linux-libre-6.19-pristine-source
(let ((version linux-libre-6.19-version)
(hash (base32 "051fq8mkb7sf3m24a45cacr73fmpljfdn0pgjh0qrxhl6bvkz7sd")))