From 2287edf0ffd21a611e6c75bb367b4d0adfafad09 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 29 Jun 2024 09:58:18 +0200 Subject: gnu: emacs-moody: Update to 1.1.0. * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.1.0. Change-Id: I8e22e59378e93791e33f3323df6e7be589ccfa44 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 361e5f462d..54a3a0cc41 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -1970,7 +1970,7 @@ displayed at the bottom or at the top.") (define-public emacs-moody (package (name "emacs-moody") - (version "1.0.0") + (version "1.1.0") (source (origin (method git-fetch) @@ -1979,7 +1979,7 @@ displayed at the bottom or at the top.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "03rg1f8lnxc16cipadaxgvl9cdxlihn64xbww35n8cbkhgmmir5z")))) + (base32 "1pj1gpwmwl5affnvwb8ckx4xl9vm7xs8bn1xncsr0m8aamv2rh03")))) (build-system emacs-build-system) (propagated-inputs (list emacs-compat)) -- cgit v1.2.3