mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-evil-nerd-commenter: Update to 3.6.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.1.
This commit is contained in:
parent
fec5d8925b
commit
19450a62c6
1 changed files with 2 additions and 2 deletions
|
@ -15404,7 +15404,7 @@ (define-public emacs-evil-expat
|
|||
(define-public emacs-evil-nerd-commenter
|
||||
(package
|
||||
(name "emacs-evil-nerd-commenter")
|
||||
(version "3.6.0")
|
||||
(version "3.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15414,7 +15414,7 @@ (define-public emacs-evil-nerd-commenter
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1v2iwci0yc1sld1sidrwdnqriyhs78ba3gp4d9az0af48grl7x1w"))))
|
||||
"1xi4sd75pzhgcd9lzhx18hlzbrwh5q9gbscb1971qn94mzxwd60r"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-evil))
|
||||
(home-page "https://github.com/redguardtoo/evil-nerd-commenter")
|
||||
|
|
Loading…
Reference in a new issue