mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: emacs-evil-matchit: Update to 2.3.11.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.11.
This commit is contained in:
parent
1a597afd96
commit
fac09678e7
1 changed files with 2 additions and 2 deletions
|
@ -15030,7 +15030,7 @@ (define-public eless
|
||||||
(define-public emacs-evil-matchit
|
(define-public emacs-evil-matchit
|
||||||
(package
|
(package
|
||||||
(name "emacs-evil-matchit")
|
(name "emacs-evil-matchit")
|
||||||
(version "2.3.10")
|
(version "2.3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -15039,7 +15039,7 @@ (define-public emacs-evil-matchit
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14nrc46290q54y7wv25251f2kqc0z8i9byl09xkgjijqldl9vdxa"))))
|
(base32 "1990g1b6v0i7jaiv35bdssdn601rjifzg4fy9s3sxk0drqm1xiss"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-evil" ,emacs-evil)))
|
`(("emacs-evil" ,emacs-evil)))
|
||||||
|
|
Loading…
Reference in a new issue