Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.0.
This commit is contained in:
Nicolas Goaziou 2022-07-13 15:40:37 +02:00
parent 0e87328f0b
commit 758e49a7ae
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17261,7 +17261,7 @@ Features:
(define-public emacs-evil-matchit (define-public emacs-evil-matchit
(package (package
(name "emacs-evil-matchit") (name "emacs-evil-matchit")
(version "2.4.1") (version "3.0.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -17270,7 +17270,7 @@ Features:
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0cxv1bmbnir59k778dip5mkjyqhbh10pk9b4ayvwpgiz25dlp4ss")))) (base32 "0a55hhqi14g0hy80cfi5anxs44rcdxm1jkkyl561b4d4g823bpbi"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-evil)) (list emacs-evil))