guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-evil-matchit: Update to 2.3.4.


From: guix-commits
Subject: 01/02: gnu: emacs-evil-matchit: Update to 2.3.4.
Date: Fri, 20 Sep 2019 02:37:03 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 747b6b049727334d23cced1cc2710540ca40ff7c
Author: Brian Leung <address@hidden>
Date:   Fri Sep 20 08:13:43 2019 +0200

    gnu: emacs-evil-matchit: Update to 2.3.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.4.
---
 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 57d2095..69123b6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10212,7 +10212,7 @@ Feautures:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.3.3")
+    (version "2.3.4")
     (source
      (origin
        (method git-fetch)
@@ -10221,7 +10221,7 @@ Feautures:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "04kllxd7vvziwqiff3vx60a0r6805wynsla73j8xkcz4yzk8q91r"))))
+        (base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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