diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-06 21:03:37 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-06 21:03:37 +0100 |
commit | f1dcd661f8dd1e7f1745b44240b19b31d9b89083 (patch) | |
tree | 6d868000d5e64c95d949a0c99aba19661695f3e5 | |
parent | c0f612de35d41e620fe7de6a01b8fdde03ba4f27 (diff) |
gnu: emacs-evil-nerd-commenter: Update to 3.5.6.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.6.
-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 ac25286c08..2e01a8f41d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -11907,7 +11907,7 @@ pasting into and from @code{tmux} paste buffers.") (define-public emacs-evil-nerd-commenter (package (name "emacs-evil-nerd-commenter") - (version "3.5.5") + (version "3.5.6") (source (origin (method git-fetch) @@ -11917,7 +11917,7 @@ pasting into and from @code{tmux} paste buffers.") (file-name (git-file-name name version)) (sha256 (base32 - "1qrlg4cxlsd4cf1z8j2662pfb9p6pnqpsyb74flja9cqv6g5ylp8")))) + "1y6qy4gv7k8aghi5snvh248nxpgxv0daryd2794n6gfb4ciwycrr")))) (build-system emacs-build-system) (propagated-inputs (list emacs-evil)) (home-page "https://github.com/redguardtoo/evil-nerd-commenter") |