me
/
guix
Archived
1
0
Fork 0

gnu: emacs-evil-commentary: Update to 2.2.0.

* gnu/packages/emacs-xyz.scm (emacs-evil-commentary): Update to 2.2.0.
master
Nicolas Goaziou 2021-05-29 15:26:23 +02:00
parent 218bea8b5f
commit 1a597afd96
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -13421,7 +13421,7 @@ addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
(define-public emacs-evil-commentary (define-public emacs-evil-commentary
(package (package
(name "emacs-evil-commentary") (name "emacs-evil-commentary")
(version "2.1.1") (version "2.2.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -13430,7 +13430,7 @@ addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4")))) (base32 "1l8zi9wlg1f7ffm8gh92qwk3q7h6cdl8b8zkd9hcda53mq6klpjr"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-evil" ,emacs-evil))) `(("emacs-evil" ,emacs-evil)))