From 89a581437ec35b4d119a226e09787ab59c86f2d9 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Dec 2025 09:50:44 +0100 Subject: [PATCH] gnu: emacs-moody: Update to 1.2.1. * gnu/packages/emacs-xyz.scm (emacs-moody): Update to 1.2.1. Change-Id: I17e6118eb493d21c166628260e6b43f23582e2a4 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 818cbb3e2135fe2c5405c239f4c974f54ed9af14..9de6e67309fa0aa663bbbd6da89c842822b884e6 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -2989,7 +2989,7 @@ displayed at the bottom or at the top.") (define-public emacs-moody (package (name "emacs-moody") - (version "1.2.0") + (version "1.2.1") (source (origin (method git-fetch) @@ -2998,7 +2998,7 @@ displayed at the bottom or at the top.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "17llgkykbl9b53frl4l61glxa2dd8jqh93hfklch0yl9x52fn3rb")))) + (base32 "0nay6mpphb8ri0b92jjj15h9dfff2nwl9rwsdjfay976qdnfffmi")))) (build-system emacs-build-system) (arguments (list #:test-command #~(list "make" "check-declare")))