gnu: emacs-god-mode: Update to 2.17.3.

* gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.17.3.
This commit is contained in:
Nicolas Goaziou 2021-05-29 15:39:02 +02:00
parent 649d9bccef
commit e35f0c4634
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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")