[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-evil-matchit: Update to 2.4.0.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-evil-matchit: Update to 2.4.0. |
Date: |
Sat, 11 Sep 2021 17:10:33 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 87bfea0 gnu: emacs-evil-matchit: Update to 2.4.0.
87bfea0 is described below
commit 87bfea0cd5d93cd772d97dfa998d811476cdd35d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 11 23:09:55 2021 +0200
gnu: emacs-evil-matchit: Update to 2.4.0.
* gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.4.0.
---
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 ee59cd1..8ddfd70 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15880,7 +15880,7 @@ Features:
(define-public emacs-evil-matchit
(package
(name "emacs-evil-matchit")
- (version "2.3.13")
+ (version "2.4.0")
(source
(origin
(method git-fetch)
@@ -15889,7 +15889,7 @@ Features:
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1j1p4z6ps58nbsh55l9h30gxbkrzwzkjpq7zl50q6yfc84z7byzk"))))
+ (base32 "1ls58wdjhs4q18bj3izflj0bb5fwafyr520y1j9kj29clqn73kxh"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-evil" ,emacs-evil)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-evil-matchit: Update to 2.4.0.,
guix-commits <=