me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.13.
Nicolas Goaziou 2021-08-01 13:19:44 +02:00
parent 89d6664bab
commit e916f9ab60
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -15662,7 +15662,7 @@ Features:
(define-public emacs-evil-matchit (define-public emacs-evil-matchit
(package (package
(name "emacs-evil-matchit") (name "emacs-evil-matchit")
(version "2.3.12") (version "2.3.13")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -15671,7 +15671,7 @@ Features:
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0l4ash907d91vccqdxjz1v5spd8f4va0vrdri6h9y1qc67mjlsph")))) (base32 "1j1p4z6ps58nbsh55l9h30gxbkrzwzkjpq7zl50q6yfc84z7byzk"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-evil" ,emacs-evil))) `(("emacs-evil" ,emacs-evil)))