guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-evil-nerd-commenter: Update to 3.5.7.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-nerd-commenter: Update to 3.5.7.
Date: Wed, 13 Jul 2022 09:42:56 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e31f3e9d1c gnu: emacs-evil-nerd-commenter: Update to 3.5.7.
e31f3e9d1c is described below

commit e31f3e9d1c8d3a8e5886a9f0eba0f933e3e9d831
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 13 15:41:54 2022 +0200

    gnu: emacs-evil-nerd-commenter: Update to 3.5.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.7.
---
 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 c645169716..73a1649fd0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12841,7 +12841,7 @@ pasting into and from @code{tmux} paste buffers.")
 (define-public emacs-evil-nerd-commenter
   (package
     (name "emacs-evil-nerd-commenter")
-    (version "3.5.6")
+    (version "3.5.7")
     (source
      (origin
        (method git-fetch)
@@ -12851,7 +12851,7 @@ pasting into and from @code{tmux} paste buffers.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1y6qy4gv7k8aghi5snvh248nxpgxv0daryd2794n6gfb4ciwycrr"))))
+         "0xnm8i23c2p3mdf4xxjk00766ygvysk7c8iib2jkah5pfg6jc9vb"))))
     (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]