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-fringe: Update to 0.23-2.64


From: guix-commits
Subject: branch master updated: gnu: emacs-git-gutter-fringe: Update to 0.23-2.648cb5b.
Date: Tue, 25 Oct 2022 06:58:21 -0400

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

abcdw pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 822166ac31 gnu: emacs-git-gutter-fringe: Update to 0.23-2.648cb5b.
822166ac31 is described below

commit 822166ac31e4c3d47fdd061671c5deb2f8d5b392
Author: Andrew Tropin <andrew@trop.in>
AuthorDate: Mon Oct 24 11:51:38 2022 +0400

    gnu: emacs-git-gutter-fringe: Update to 0.23-2.648cb5b.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-gutter-fringe): Update to
    0.23-2.648cb5b.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 1bdeee00aa..2d18d60cd2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4888,8 +4888,8 @@ display and behaviour is easily customisable.")
     (license license:gpl3+)))
 
 (define-public emacs-git-gutter-fringe
-  (let ((commit "16226caab44174301f1659f7bf8cc67a76153445")
-        (revision "1"))
+  (let ((commit "648cb5b57faec55711803cdc9434e55a733c3eba")
+        (revision "2"))
     (package
       (name "emacs-git-gutter-fringe")
       (version (git-version "0.23" revision commit))
@@ -4901,7 +4901,7 @@ display and behaviour is easily customisable.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1y77gjl0yznamdj0f55d418zb75k22izisjg7ikvrfsl2yfqf3pm"))))
+          (base32 "13bqq5r8ys2mmw1ffsm6hn6fji0vq3nx3slw98c9dgbvlprkaiip"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-git-gutter emacs-fringe-helper))



reply via email to

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