gnu: emacs-evil-matchit: Update to 2.3.10.

* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.10.
This commit is contained in:
Michael Rohleder 2021-01-11 22:16:52 +01:00 committed by Nicolas Goaziou
parent ac3041e86c
commit 18c6249773
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14003,7 +14003,7 @@ (define-public eless
(define-public emacs-evil-matchit
(package
(name "emacs-evil-matchit")
(version "2.3.9")
(version "2.3.10")
(source
(origin
(method git-fetch)
@ -14012,7 +14012,7 @@ (define-public emacs-evil-matchit
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1jk5qkqz3c4fnh6d2y889k5ycz8ipbkmzk4i8bl86xv9rhis1pv9"))))
(base32 "14nrc46290q54y7wv25251f2kqc0z8i9byl09xkgjijqldl9vdxa"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))