me
/
guix
Archived
1
0
Fork 0

gnu: emacs-evil-surround: Update to 1.1.1.

* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.1.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Michael Rohleder 2020-10-28 18:17:17 +01:00 committed by Nicolas Goaziou
parent 945401e029
commit 7417036f0d
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -11848,7 +11848,7 @@ pressed simultaneously or a single key quickly pressed twice.")
(define-public emacs-evil-surround
(package
(name "emacs-evil-surround")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method git-fetch)
@ -11857,7 +11857,7 @@ pressed simultaneously or a single key quickly pressed twice.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "15v2spg5rhddr97pxjfvxj36sh7knp753a9qpw8v5zjnp65kf2kn"))))
(base32 "1gfgmr4909m36gknprcam6q4rkcqfbi6w43ky7x6jnlmgb6mxggg"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))