guix-commits
[Top][All Lists]
Advanced

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

11/30: gnu: emacs-evil-matchit: Update to 2.3.0.


From: guix-commits
Subject: 11/30: gnu: emacs-evil-matchit: Update to 2.3.0.
Date: Tue, 25 Jun 2019 02:56:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 09cd076376c809cba4adf9b714a758077e46c904
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 04:31:01 2019 +0200

    gnu: emacs-evil-matchit: Update to 2.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.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 2cb0b1f..236d974 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9190,7 +9190,7 @@ Feautures:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.2.9")
+    (version "2.3.0")
     (source
      (origin
        (method git-fetch)
@@ -9199,7 +9199,7 @@ Feautures:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "12if45pxfndy3d7r4gd3zx4d3jk4d64fdmwkhc3y5zhqq9h9iy4c"))))
+        (base32 "0y6q42hml7jgf060d83m7hf270h01858g5kxw12na9n4r4jjpdg1"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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