guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: emacs-evil-matchit: Update to 2.3.3.


From: guix-commits
Subject: 02/04: gnu: emacs-evil-matchit: Update to 2.3.3.
Date: Mon, 19 Aug 2019 16:59:17 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 9b9bfac50de8913d0a7dae4a00b0d36a1a0880c9
Author: Brian Leung <address@hidden>
Date:   Mon Aug 19 19:27:55 2019 +0200

    gnu: emacs-evil-matchit: Update to 2.3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.3.
    
    Signed-off-by: Oleg Pykhalov <address@hidden>
---
 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 17d54c9..f33c385 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9805,7 +9805,7 @@ Feautures:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.3.0")
+    (version "2.3.3")
     (source
      (origin
        (method git-fetch)
@@ -9814,7 +9814,7 @@ Feautures:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0y6q42hml7jgf060d83m7hf270h01858g5kxw12na9n4r4jjpdg1"))))
+        (base32 "04kllxd7vvziwqiff3vx60a0r6805wynsla73j8xkcz4yzk8q91r"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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