diff options
author | Michael Rohleder <mike@rohleder.de> | 2020-10-28 17:48:02 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-10-28 22:39:48 +0100 |
commit | 164d63f3b5d4f265bf92d8a31f20182fe0ffe87e (patch) | |
tree | 96b140c20526e1a473e7d402513151f735ffe87d | |
parent | b95c42273b650f716b0b65c63586ecea8c3b5d80 (diff) |
gnu: emacs-evil-matchit: Update to 2.3.9.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 23a4378e70..01376c7e1d 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13319,7 +13319,7 @@ Features: (define-public emacs-evil-matchit (package (name "emacs-evil-matchit") - (version "2.3.4") + (version "2.3.9") (source (origin (method git-fetch) @@ -13328,7 +13328,7 @@ Features: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az")))) + (base32 "1jk5qkqz3c4fnh6d2y889k5ycz8ipbkmzk4i8bl86xv9rhis1pv9")))) (build-system emacs-build-system) (propagated-inputs `(("emacs-evil" ,emacs-evil))) |