From e35f0c463486b73fa52871858e24332ed619b3a0 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 29 May 2021 15:39:02 +0200 Subject: [PATCH] gnu: emacs-god-mode: Update to 2.17.3. * gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.3. --- 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 4fc323521b..b08ca3bf4f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -6805,7 +6805,7 @@ linting of manifests and integration with Puppet Debugger.") (define-public emacs-god-mode (package (name "emacs-god-mode") - (version "2.17.0") + (version "2.17.3") (source (origin (method git-fetch) @@ -6815,7 +6815,7 @@ linting of manifests and integration with Puppet Debugger.") (file-name (git-file-name name version)) (sha256 (base32 - "1d2nrj35fzhnycchi0b7m5mbk5fyq7bgpbkkvc5xzqafclrsnapi")))) + "1wsc04l5j5a9y5439qx85pcchxjnjgcgwbffw3l30q9zlblvc58b")))) (build-system emacs-build-system) (home-page "https://github.com/chrisdone/god-mode") (synopsis "Minor mode for entering commands without modifier keys")