guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-git-auto-commit-mode: Update to 4.5.0.


From: guix-commits
Subject: 02/02: gnu: emacs-git-auto-commit-mode: Update to 4.5.0.
Date: Wed, 8 Jan 2020 09:09:10 -0500 (EST)

daviwil pushed a commit to branch master
in repository guix.

commit 3d20fbf7e62cd201f7e0426a1d24a821c5835881
Author: David Wilson <address@hidden>
AuthorDate: Wed Jan 8 06:06:04 2020 -0800

    gnu: emacs-git-auto-commit-mode: Update to 4.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.5.0.
---
 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 675f603..ee0aafc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14682,7 +14682,7 @@ scroll up to read the function name and then scroll 
down to original position.")
 (define-public emacs-git-auto-commit-mode
   (package
     (name "emacs-git-auto-commit-mode")
-    (version "4.4.0")
+    (version "4.5.0")
     (source
      (origin
        (method git-fetch)
@@ -14691,7 +14691,7 @@ scroll up to read the function name and then scroll 
down to original position.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0psmr7749nzxln4b500sl3vrf24x3qijp12ir0i5z4x25k72hrlh"))))
+        (base32 "1w3v9pmlmdxl4pglsb6j0igp13lbzg5bhbr1rv2vll93m6zxmyma"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/ryuslash/git-auto-commit-mode";)
     (synopsis "Emacs Minor mode to automatically commit and push")



reply via email to

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