diff options
author | Nicolas Goaziou <[email protected]> | 2025-01-26 19:31:47 +0100 |
---|---|---|
committer | Nicolas Goaziou <[email protected]> | 2025-01-26 20:58:34 +0100 |
commit | 760d6e301f9082a5781ee41739e194cd584fa33d (patch) | |
tree | 338df04cd02ae93a47c7a97c11b5f7396a50049b | |
parent | b72accf1aa382c480159ec83ec93c942191dcc31 (diff) |
gnu: emacs-moody: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.2.
Change-Id: Iad292f9ba45e00b3f33c87ebbf0c65ab1282650f
-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 0c3627fe54..7e3d76ac12 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2231,7 +2231,7 @@ displayed at the bottom or at the top.") (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 @@ displayed at the bottom or at the top.") (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)) |