gnu: emacs-moody: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.1.

Change-Id: I28a5bff801bbf7751125c5656ae101e298d54569
This commit is contained in:
Nicolas Goaziou 2024-08-19 21:58:53 +02:00
parent f955ecdbeb
commit fae1e7dc89
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2088,7 +2088,7 @@ (define-public emacs-nano-modeline
(define-public emacs-moody (define-public emacs-moody
(package (package
(name "emacs-moody") (name "emacs-moody")
(version "1.1.0") (version "1.1.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2097,7 +2097,7 @@ (define-public emacs-moody
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1pj1gpwmwl5affnvwb8ckx4xl9vm7xs8bn1xncsr0m8aamv2rh03")))) (base32 "1dgamndly8lbjwzb4435v99izabdir9fbx31sm9bh1c5yqdka6cp"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-compat)) (list emacs-compat))