guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-git-gutter: Update to 0.91.


From: guix-commits
Subject: branch master updated: gnu: emacs-git-gutter: Update to 0.91.
Date: Wed, 24 Mar 2021 17:32:36 -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 c420cec  gnu: emacs-git-gutter: Update to 0.91.
c420cec is described below

commit c420cec69bf5b24540e86cef8d521d51e0ee6631
Author: Stefan Reichör <stefan@xsteve.at>
AuthorDate: Wed Mar 24 19:34:44 2021 +0100

    gnu: emacs-git-gutter: Update to 0.91.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-gutter): Update to 0.91.
    
    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 84fe776..f45507c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -3535,7 +3535,7 @@ representation.")
 (define-public emacs-git-gutter
   (package
     (name "emacs-git-gutter")
-    (version "0.90")
+    (version "0.91")
     (source
      (origin
        (method git-fetch)
@@ -3544,7 +3544,7 @@ representation.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1abagq0psip7cgsqbfjv72qy60ywsny0ibsfcn74ldj6a9v17mz5"))))
+        (base32 "0zc9f73app1d7j4yb10sy4xidh5252ncyxlvr5kh0kiqk88ck6j9"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/syohex/emacs-git-gutter";)
     (synopsis "See and manage hunks of text in a version control system")



reply via email to

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