mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-evil-matchit: Update to 3.0.4.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.4. Change-Id: I302060a1bb90ef3ddfcb2ce062abb6da0741351b
This commit is contained in:
parent
f9ce439eb7
commit
d251199023
1 changed files with 2 additions and 2 deletions
|
@ -21925,7 +21925,7 @@ (define-public eless
|
|||
(define-public emacs-evil-matchit
|
||||
(package
|
||||
(name "emacs-evil-matchit")
|
||||
(version "3.0.2")
|
||||
(version "3.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -21934,7 +21934,7 @@ (define-public emacs-evil-matchit
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0igz4kcfb01f9h49n5x9p1idzap54nkw62i1xrql1zlj54s8rv6b"))))
|
||||
(base32 "1m5y5n38w0ijzx2kl9d0nnw70ykx2prmnvv4ip9siad71k7wpwjg"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-evil))
|
||||
|
|
Loading…
Reference in a new issue