guix-commits
[Top][All Lists]
Advanced

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

11/63: gnu: emacs-evil-commentary: Update to 2.2.0.


From: guix-commits
Subject: 11/63: gnu: emacs-evil-commentary: Update to 2.2.0.
Date: Sat, 29 May 2021 10:17:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 1a597afd96e942953affaaca28c3d2d98e4c731f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:26:23 2021 +0200

    gnu: emacs-evil-commentary: Update to 2.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-commentary): Update to 2.2.0.
---
 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 a47ff26..b0da921 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13421,7 +13421,7 @@ addition of surrounding pairs, such as parentheses and 
quotes, in evil mode.")
 (define-public emacs-evil-commentary
   (package
     (name "emacs-evil-commentary")
-    (version "2.1.1")
+    (version "2.2.0")
     (source
      (origin
        (method git-fetch)
@@ -13430,7 +13430,7 @@ addition of surrounding pairs, such as parentheses and 
quotes, in evil mode.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zjs9zyqfygnpxapvf0ymmiid40i06cxbhjzd81zw33nafgkf6r4"))))
+        (base32 "1l8zi9wlg1f7ffm8gh92qwk3q7h6cdl8b8zkd9hcda53mq6klpjr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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