me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.4.
master
Brian Leung 2019-09-20 08:13:43 +02:00
parent 3fd738f31b
commit 747b6b0497
No known key found for this signature in database
GPG Key ID: 3ADC75F013D678F9
1 changed files with 2 additions and 2 deletions

View File

@ -10212,7 +10212,7 @@ Feautures:
(define-public emacs-evil-matchit
(package
(name "emacs-evil-matchit")
(version "2.3.3")
(version "2.3.4")
(source
(origin
(method git-fetch)
@ -10221,7 +10221,7 @@ Feautures:
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "04kllxd7vvziwqiff3vx60a0r6805wynsla73j8xkcz4yzk8q91r"))))
(base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))