guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: emacs-evil-matchit: Update to 2.3.9.


From: guix-commits
Subject: 06/10: gnu: emacs-evil-matchit: Update to 2.3.9.
Date: Wed, 28 Oct 2020 17:41:41 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 164d63f3b5d4f265bf92d8a31f20182fe0ffe87e
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 17:48:02 2020 +0100

    gnu: emacs-evil-matchit: Update to 2.3.9.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.9.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 23a4378..01376c7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13319,7 +13319,7 @@ Features:
 (define-public emacs-evil-matchit
   (package
     (name "emacs-evil-matchit")
-    (version "2.3.4")
+    (version "2.3.9")
     (source
      (origin
        (method git-fetch)
@@ -13328,7 +13328,7 @@ Features:
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nflkmx08n3ya5vaipy1xg19hnqcp6f7ddsx9xjh5gl6ix2iz0az"))))
+        (base32 "1jk5qkqz3c4fnh6d2y889k5ycz8ipbkmzk4i8bl86xv9rhis1pv9"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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