guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 89a581437ec35b4d119a226e09787ab59c86f2d9
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 09:50:44 2025 +0100
gnu: emacs-moody: Update to 1.2.1.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.2.1.
Change-Id: I17e6118eb493d21c166628260e6b43f23582e2a4
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 818cbb3e21..9de6e67309 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2989,7 +2989,7 @@ displayed at the bottom or at the top.")
(define-public emacs-moody
(package
(name "emacs-moody")
- (version "1.2.0")
+ (version "1.2.1")
(source
(origin
(method git-fetch)
@@ -2998,7 +2998,7 @@ displayed at the bottom or at the top.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "17llgkykbl9b53frl4l61glxa2dd8jqh93hfklch0yl9x52fn3rb"))))
+ (base32 "0nay6mpphb8ri0b92jjj15h9dfff2nwl9rwsdjfay976qdnfffmi"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "make" "check-declare")))