gnu: emacs-evil-nerd-commenter: Update to 3.3.8.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.3.8.
This commit is contained in:
parent
3f68853557
commit
4f2a3fbe88
|
@ -7292,7 +7292,7 @@ pasting into and from @code{tmux} paste buffers.")
|
||||||
(define-public emacs-evil-nerd-commenter
|
(define-public emacs-evil-nerd-commenter
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-nerd-commenter")
|
(name "emacs-evil-nerd-commenter")
|
||||||
(version "3.3.7")
|
(version "3.3.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -7302,7 +7302,7 @@ pasting into and from @code{tmux} paste buffers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r8shfdddys9vqvrxf7s6z83ydqx9xhqs9sa7klbsajryqcp50b7"))))
|
"0qd5a89mzvdyhd8lm13iwp220vzpd6dajwx54frlc5bzsxdmg6vc"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
(propagated-inputs `(("emacs-evil" ,emacs-evil)))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in New Issue