civodul pushed a commit to branch master
in repository guix.

commit 96c822a3eae6f26cd28c7c14d176a8d3495ac240
Author: Brian Leung <[email protected]>
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 <[email protected]>
---
 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