ngz pushed a commit to branch master
in repository guix.
commit fae1e7dc896e274ceb3556efc3623c1c466d378f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 21:58:53 2024 +0200
gnu: emacs-moody: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.1.
Change-Id: I28a5bff801bbf7751125c5656ae101e298d54569
---
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 50b3a4db72..d374fcbaaa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2088,7 +2088,7 @@ displayed at the bottom or at the top.")
(define-public emacs-moody
(package
(name "emacs-moody")
- (version "1.1.0")
+ (version "1.1.1")
(source
(origin
(method git-fetch)
@@ -2097,7 +2097,7 @@ displayed at the bottom or at the top.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1pj1gpwmwl5affnvwb8ckx4xl9vm7xs8bn1xncsr0m8aamv2rh03"))))
+ (base32 "1dgamndly8lbjwzb4435v99izabdir9fbx31sm9bh1c5yqdka6cp"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))