guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 618c02e3a6535a495dc88dcf245828c977179ee8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 11:39:42 2025 +0200
gnu: emacs-moody: Update to 1.1.5.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.5.
Change-Id: I4b2b2e3c7971c70022c355503bdb92cf9f6992f4
---
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 01bf76c70f..b6382237d3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2772,7 +2772,7 @@ displayed at the bottom or at the top.")
(define-public emacs-moody
(package
(name "emacs-moody")
- (version "1.1.2")
+ (version "1.1.5")
(source
(origin
(method git-fetch)
@@ -2781,7 +2781,7 @@ displayed at the bottom or at the top.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1byphhdp41cn2qs91la6fvgzrwgbyx4yaajknvwz8qxzgl2c4aq2"))))
+ (base32 "1kkbsdw4xd3r81slfgqjrjm63qz3hz9a6v24zabs6rlpmlzmps72"))))
(build-system emacs-build-system)
(arguments
(list #:test-command #~(list "make" "check-declare")))