[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: emacs-evil-matchit: Update to 2.3.10.
From: |
guix-commits |
Subject: |
02/02: gnu: emacs-evil-matchit: Update to 2.3.10. |
Date: |
Tue, 12 Jan 2021 03:42:21 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit 18c624977373020878b59efcc8de0171e759b431
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Mon Jan 11 22:16:52 2021 +0100
gnu: emacs-evil-matchit: Update to 2.3.10.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.10.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 02b7985..379a6bb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14003,7 +14003,7 @@ Features:
(define-public emacs-evil-matchit
(package
(name "emacs-evil-matchit")
- (version "2.3.9")
+ (version "2.3.10")
(source
(origin
(method git-fetch)
@@ -14012,7 +14012,7 @@ Features:
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1jk5qkqz3c4fnh6d2y889k5ycz8ipbkmzk4i8bl86xv9rhis1pv9"))))
+ (base32 "14nrc46290q54y7wv25251f2kqc0z8i9byl09xkgjijqldl9vdxa"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))