mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: emacs-evil-surround: Update to 1.0.4.
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.0.4. [home-page]: Update to https://github.com/emacs-evil/evil-surround.
This commit is contained in:
parent
d5b326f620
commit
51c12bf240
1 changed files with 5 additions and 5 deletions
|
@ -7966,20 +7966,20 @@ (define-public emacs-key-chord
|
|||
(define-public emacs-evil-surround
|
||||
(package
|
||||
(name "emacs-evil-surround")
|
||||
(version "1.0.0")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/timcharper/evil-surround.git")
|
||||
(commit (string-append "v" version))))
|
||||
(url "https://github.com/emacs-evil/evil-surround")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1smv7sqhm1l2bi9fmispnlmjssidblwkmiiycj1n3ag54q27z031"))))
|
||||
(base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-evil" ,emacs-evil)))
|
||||
(home-page "https://github.com/timcharper/evil-surround")
|
||||
(home-page "https://github.com/emacs-evil/evil-surround")
|
||||
(synopsis "Easily modify surrounding parentheses and quotes")
|
||||
(description "@code{emacs-evil-surround} allows easy deletion, change and
|
||||
addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
|
||||
|
|
Loading…
Reference in a new issue