guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: emacs-evil-matchit: Update to 3.0.1.


From: guix-commits
Subject: 12/19: gnu: emacs-evil-matchit: Update to 3.0.1.
Date: Sat, 24 Jun 2023 11:43:46 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 8243f4aec113c7cb9d2e48525aaba2ec9a0de5c1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 24 17:12:02 2023 +0200

    gnu: emacs-evil-matchit: Update to 3.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.1.
---
 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 b9d798f018..f0992162c4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20562,7 +20562,7 @@ Features:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "3.0.0")
+    (version "3.0.1")
     (source
      (origin
        (method git-fetch)
@@ -20571,7 +20571,7 @@ Features:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a55hhqi14g0hy80cfi5anxs44rcdxm1jkkyl561b4d4g823bpbi"))))
+        (base32 "04b7if07p0zcmhk1khswpg20ka5725i8kngmp29nfx4r4c3za9b2"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-evil))



reply via email to

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