gnu: emacs-moody: Update to 1.1.2.

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

Change-Id: Iad292f9ba45e00b3f33c87ebbf0c65ab1282650f
This commit is contained in:
Nicolas Goaziou 2025-01-26 19:31:47 +01:00
parent b72accf1aa
commit 760d6e301f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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