This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new d2abebbd2b5 gnu: emacs-flymake-languagetool: Fix hash.
d2abebbd2b5 is described below
commit d2abebbd2b5a3fa6602ec9f854910059ae2b377d
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Sep 20 19:02:19 2026 +0200
gnu: emacs-flymake-languagetool: Fix hash.
* gnu/packages/emacs-xyz.scm (emacs-flymake-languagetool)[source]:
Update ’sha256.
Merges guix/guix!11381
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 73184fe2039..6c91710616f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4920,7 +4920,7 @@ compile}.")
(file-name (git-file-name name version))
(sha256
(base32
- "1sylnd4hybxnygcgxqw8p7mlp0r000n6f44y5fq3sv9518l5mflz"))))
+ "0n37406p8732ayrqfjflq0aja8fiksa68g6p0ncwh5bma1vxd20q"))))
(build-system emacs-build-system)
(arguments (list #:tests? #f)) ; no tests included
(native-inputs (list emacs-s))