diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-29 15:27:45 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-05-29 16:16:37 +0200 |
commit | 838835dd8645fe9b398ee17bb96c218345e7089b (patch) | |
tree | 8951a85b2ad0e57eb3297ca0123191c39713d3b6 | |
parent | fac09678e7b219fddf1ee5c5e99e035b60bbd44a (diff) | |
download | guix-838835dd8645fe9b398ee17bb96c218345e7089b.tar.gz |
gnu: emacs-evil-nerd-commenter: Update to 3.5.4.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.4.
-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 561b7bfd2f..245a63b1c7 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11250,7 +11250,7 @@ pasting into and from @code{tmux} paste buffers.") (define-public emacs-evil-nerd-commenter (package (name "emacs-evil-nerd-commenter") - (version "3.5.3") + (version "3.5.4") (source (origin (method git-fetch) @@ -11260,7 +11260,7 @@ pasting into and from @code{tmux} paste buffers.") (file-name (git-file-name name version)) (sha256 (base32 - "1y5pn3rkqj8dxp5c7dsci621vnv6hsia74w2c1hybkkrjbka851q")))) + "1vyl8lidhjph7k86n8q09mwqpasaxsmwb8vi5i2gcd6klds9hg0d")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-evil" ,emacs-evil))) (home-page "https://github.com/redguardtoo/evil-nerd-commenter") |