guix-commits
[Top][All Lists]
Advanced

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

06/10: gnu: emacs-evil-nerd-commenter: Update to 3.6.1.


From: guix-commits
Subject: 06/10: gnu: emacs-evil-nerd-commenter: Update to 3.6.1.
Date: Fri, 30 Jun 2023 19:15:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 19450a62c6a67fce79f6e391ce18a5194b4352a9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jul 1 00:50:49 2023 +0200

    gnu: emacs-evil-nerd-commenter: Update to 3.6.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.6.1.
---
 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 e498824c3b..6c1525b86f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15404,7 +15404,7 @@ pasting into and from @code{tmux} paste buffers.")
 (define-public emacs-evil-nerd-commenter
   (package
     (name "emacs-evil-nerd-commenter")
-    (version "3.6.0")
+    (version "3.6.1")
     (source
      (origin
        (method git-fetch)
@@ -15414,7 +15414,7 @@ pasting into and from @code{tmux} paste buffers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1v2iwci0yc1sld1sidrwdnqriyhs78ba3gp4d9az0af48grl7x1w"))))
+         "1xi4sd75pzhgcd9lzhx18hlzbrwh5q9gbscb1971qn94mzxwd60r"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-evil))
     (home-page "https://github.com/redguardtoo/evil-nerd-commenter";)



reply via email to

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