guix-commits
[Top][All Lists]
Advanced

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

08/11: gnu: emacs-evil-matchit: Update to 2.2.9.


From: guix-commits
Subject: 08/11: gnu: emacs-evil-matchit: Update to 2.2.9.
Date: Sun, 7 Apr 2019 16:24:27 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 96c822a3eae6f26cd28c7c14d176a8d3495ac240
Author: Brian Leung <address@hidden>
Date:   Wed Apr 3 09:17:33 2019 +0200

    gnu: emacs-evil-matchit: Update to 2.2.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.2.9.
    
    Signed-off-by: Ludovic Courtès <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 73d8f1d..e0b320a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8331,7 +8331,7 @@ Feautures:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.2.6")
+    (version "2.2.9")
     (source
      (origin
        (method url-fetch)
@@ -8341,7 +8341,7 @@ Feautures:
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1yp9sl6542317mn1060ri90zyf6bs6qylagndhqy02p368q31rhi"))))
+         "1i5a7szl0m3xnqyjq6zhg5j68x9fgf9ffxghj918c4brj4436sjb"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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