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.92.


From: guix-commits
Subject: branch master updated: gnu: emacs-git-gutter: Update to 0.92.
Date: Mon, 11 Jul 2022 05:51:48 -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 3062ec28fe gnu: emacs-git-gutter: Update to 0.92.
3062ec28fe is described below

commit 3062ec28fe26f361b35dab037d9f82114cfffa1e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jul 11 11:51:07 2022 +0200

    gnu: emacs-git-gutter: Update to 0.92.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-gutter): Update to 0.92.
---
 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 141dd4ccfc..f381d0757e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4518,7 +4518,7 @@ representation.")
 (define-public emacs-git-gutter
   (package
     (name "emacs-git-gutter")
-    (version "0.91")
+    (version "0.92")
     (source
      (origin
        (method git-fetch)
@@ -4527,7 +4527,7 @@ representation.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0zc9f73app1d7j4yb10sy4xidh5252ncyxlvr5kh0kiqk88ck6j9"))))
+        (base32 "1fkp6iyisb3g5afyjkxz4yj4ws5f8n7whklck4jdf3014vs01b3c"))))
     (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]