guix-commits
[Top][All Lists]
Advanced

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

46/78: gnu: emacs-evil-matchit: Update to 3.0.4.


From: guix-commits
Subject: 46/78: gnu: emacs-evil-matchit: Update to 3.0.4.
Date: Fri, 23 Feb 2024 03:12:08 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 8e35829591be1a0ab90c65a8b1c7140eb952b6d6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 22 13:46:02 2024 +0100

    gnu: emacs-evil-matchit: Update to 3.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 3.0.4.
    
    Change-Id: I302060a1bb90ef3ddfcb2ce062abb6da0741351b
---
 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 6856e3d5b2..38e4afbf16 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21925,7 +21925,7 @@ Features:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "3.0.2")
+    (version "3.0.4")
     (source
      (origin
        (method git-fetch)
@@ -21934,7 +21934,7 @@ Features:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0igz4kcfb01f9h49n5x9p1idzap54nkw62i1xrql1zlj54s8rv6b"))))
+        (base32 "1m5y5n38w0ijzx2kl9d0nnw70ykx2prmnvv4ip9siad71k7wpwjg"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-evil))



reply via email to

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