guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 74a9eadc2380c27a7d40d27ab4815c3a909b57c5
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:44:51 2025 +0100
gnu: emacs-moody: Update to 1.2.0.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.2.0.
Change-Id: I1fca1caf123bdb26c5911a0d05c42ed90c62d452
---
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 babb7a1f09..2685732f7b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2776,7 +2776,7 @@ displayed at the bottom or at the top.")
(define-public emacs-moody
(package
(name "emacs-moody")
- (version "1.1.5")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -2785,7 +2785,7 @@ displayed at the bottom or at the top.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1kkbsdw4xd3r81slfgqjrjm63qz3hz9a6v24zabs6rlpmlzmps72"))))
+ (base32 "17llgkykbl9b53frl4l61glxa2dd8jqh93hfklch0yl9x52fn3rb"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "make" "check-declare")))