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
|
@ -7966,20 +7966,20 @@ pressed simultaneously or a single key quickly pressed twice.")
|
||||||
(define-public emacs-evil-surround
|
(define-public emacs-evil-surround
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-surround")
|
(name "emacs-evil-surround")
|
||||||
(version "1.0.0")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/timcharper/evil-surround.git")
|
(url "https://github.com/emacs-evil/evil-surround")
|
||||||
(commit (string-append "v" version))))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1smv7sqhm1l2bi9fmispnlmjssidblwkmiiycj1n3ag54q27z031"))))
|
(base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)))
|
`(("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")
|
(synopsis "Easily modify surrounding parentheses and quotes")
|
||||||
(description "@code{emacs-evil-surround} allows easy deletion, change and
|
(description "@code{emacs-evil-surround} allows easy deletion, change and
|
||||||
addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
|
addition of surrounding pairs, such as parentheses and quotes, in evil mode.")
|
||||||
|
|
Loading…
Reference in New Issue