guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-evil-matchit: Update to 3.0.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-matchit: Update to 3.0.0.
Date: Wed, 13 Jul 2022 09:41:18 -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 758e49a7ae gnu: emacs-evil-matchit: Update to 3.0.0.
758e49a7ae is described below

commit 758e49a7aef71b8bf032fa2c4b94d000d8a48f85
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 13 15:40:37 2022 +0200

    gnu: emacs-evil-matchit: Update to 3.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.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 a098922c8c..c645169716 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17261,7 +17261,7 @@ Features:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.4.1")
+    (version "3.0.0")
     (source
      (origin
        (method git-fetch)
@@ -17270,7 +17270,7 @@ Features:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cxv1bmbnir59k778dip5mkjyqhbh10pk9b4ayvwpgiz25dlp4ss"))))
+        (base32 "0a55hhqi14g0hy80cfi5anxs44rcdxm1jkkyl561b4d4g823bpbi"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-evil))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]