gnu: emacs-evil-matchit: Update to 2.3.9.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
b95c42273b
commit
164d63f3b5
|
@ -13319,7 +13319,7 @@ Features:
|
|||
(define-public emacs-evil-matchit
|
||||
(package
|
||||
(name "emacs-evil-matchit")
|
||||
(version "2.3.4")
|
||||
(version "2.3.9")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -13328,7 +13328,7 @@ Features:
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az"))))
|
||||
(base32 "1jk5qkqz3c4fnh6d2y889k5ycz8ipbkmzk4i8bl86xv9rhis1pv9"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-evil" ,emacs-evil)))
|
||||
|
|
Reference in New Issue