me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.1.
master
Nicolas Goaziou 2023-06-24 17:12:02 +02:00
parent e4e8e901fd
commit 8243f4aec1
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -20562,7 +20562,7 @@ Features:
(define-public emacs-evil-matchit
(package
(name "emacs-evil-matchit")
(version "3.0.0")
(version "3.0.1")
(source
(origin
(method git-fetch)
@ -20571,7 +20571,7 @@ Features:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0a55hhqi14g0hy80cfi5anxs44rcdxm1jkkyl561b4d4g823bpbi"))))
(base32 "04b7if07p0zcmhk1khswpg20ka5725i8kngmp29nfx4r4c3za9b2"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-evil))