guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-goto-chg: Update to 1.7.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-goto-chg: Update to 1.7.5.
Date: Sat, 08 Jan 2022 11:19:48 -0500

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 fafa4e6382 gnu: emacs-goto-chg: Update to 1.7.5.
fafa4e6382 is described below

commit fafa4e6382de7fea15250d066e2a44e23dcbbb54
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jan 8 17:19:06 2022 +0100

    gnu: emacs-goto-chg: Update to 1.7.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.5.
---
 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 9e18ac6d62..f87225d006 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11602,7 +11602,7 @@ being deleted, changed, yanked, or pasted when using 
evil commands")
 (define-public emacs-goto-chg
   (package
     (name "emacs-goto-chg")
-    (version "1.7.4")
+    (version "1.7.5")
     (source
      (origin
        (method git-fetch)
@@ -11612,7 +11612,7 @@ being deleted, changed, yanked, or pasted when using 
evil commands")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0d677rzdh2n0a93s09bgf6icly7m7vgiacyfpahyj2rfhbn4yrxs"))))
+         "0rgdzhan4n5bd78wvivacqkp0g7jvnwzgh0571p2m4yra09a36mv"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/emacs-evil/goto-chg";)
     (synopsis "Go to the last change in the Emacs buffer")



reply via email to

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