mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: emacs-evil-matchit: Update to 2.4.1.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.1.
This commit is contained in:
parent
2a9ddfc9e5
commit
e563dd6929
1 changed files with 2 additions and 2 deletions
|
@ -15948,7 +15948,7 @@ (define-public eless
|
|||
(define-public emacs-evil-matchit
|
||||
(package
|
||||
(name "emacs-evil-matchit")
|
||||
(version "2.4.0")
|
||||
(version "2.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15957,7 +15957,7 @@ (define-public emacs-evil-matchit
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ls58wdjhs4q18bj3izflj0bb5fwafyr520y1j9kj29clqn73kxh"))))
|
||||
(base32 "0cxv1bmbnir59k778dip5mkjyqhbh10pk9b4ayvwpgiz25dlp4ss"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("emacs-evil" ,emacs-evil)))
|
||||
|
|
Loading…
Reference in a new issue