diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-19 21:58:53 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-08-19 21:58:53 +0200 |
commit | fae1e7dc896e274ceb3556efc3623c1c466d378f (patch) | |
tree | dfc72396ccd8399bea1de99264cb266ff817b243 /gnu/packages | |
parent | f955ecdbeb37605e814cd6f0bd6888f80e11ddd1 (diff) | |
download | guix-fae1e7dc896e274ceb3556efc3623c1c466d378f.tar.gz guix-fae1e7dc896e274ceb3556efc3623c1c466d378f.zip |
gnu: emacs-moody: Update to 1.1.1.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.1.
Change-Id: I28a5bff801bbf7751125c5656ae101e298d54569
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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)) |