guix-commits
[Top][All Lists]
Advanced

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

12/63: gnu: emacs-evil-matchit: Update to 2.3.11.


From: guix-commits
Subject: 12/63: gnu: emacs-evil-matchit: Update to 2.3.11.
Date: Sat, 29 May 2021 10:17:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fac09678e7b219fddf1ee5c5e99e035b60bbd44a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:26:56 2021 +0200

    gnu: emacs-evil-matchit: Update to 2.3.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.11.
---
 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 b0da921..561b7bf 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15030,7 +15030,7 @@ Features:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.3.10")
+    (version "2.3.11")
     (source
      (origin
        (method git-fetch)
@@ -15039,7 +15039,7 @@ Features:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "14nrc46290q54y7wv25251f2kqc0z8i9byl09xkgjijqldl9vdxa"))))
+        (base32 "1990g1b6v0i7jaiv35bdssdn601rjifzg4fy9s3sxk0drqm1xiss"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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