mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:39:17 -05:00
gnu: emacs-evil-surround: Update to 1.1.0.
* gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.0.
This commit is contained in:
parent
e7da805589
commit
cef87bfea8
1 changed files with 2 additions and 2 deletions
|
@ -10735,7 +10735,7 @@ (define-public emacs-key-chord
|
|||
(define-public emacs-evil-surround
|
||||
(package
|
||||
(name "emacs-evil-surround")
|
||||
(version "1.0.4")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -10744,7 +10744,7 @@ (define-public emacs-evil-surround
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
|
||||
(base32 "15v2spg5rhddr97pxjfvxj36sh7knp753a9qpw8v5zjnp65kf2kn"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-evil" ,emacs-evil)))
|
||||
|
|
Loading…
Reference in a new issue