guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-git-auto-commit-mode: Update to 4.7.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-git-auto-commit-mode: Update to 4.7.0.
Date: Fri, 28 Aug 2020 17:17:32 -0400

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1922811  gnu: emacs-git-auto-commit-mode: Update to 4.7.0.
1922811 is described below

commit 1922811e0e586efaa5c76ce5e0094814bbad1f76
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sat Aug 29 00:14:09 2020 +0300

    gnu: emacs-git-auto-commit-mode: Update to 4.7.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-git-auto-commit-mode): Update to 4.7.0.
---
 gnu/packages/emacs-xyz.scm | 52 ++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 27 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8015fa5..0755926 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16553,35 +16553,33 @@ scroll up to read the function name and then scroll 
down to original position.")
       (license license:gpl3+))))
 
 (define-public emacs-git-auto-commit-mode
-  (let ((commit "23abaff792c0459e51e596d3fecd5513617e8cb1")
-        (revision "1"))
-    (package
-      (name "emacs-git-auto-commit-mode")
-      (version (git-version "4.6.0" revision commit))
-      (source
-       (origin
-         (method git-fetch)
-         (uri (git-reference
-               (url "https://github.com/ryuslash/git-auto-commit-mode";)
-               (commit commit)))
-         (file-name (git-file-name name version))
-         (sha256
-          (base32 "0hqj34q8z4jg86zz2lwfvj6xk07b4g1222h9y1zqs83qgivwpk1l"))))
-      (build-system emacs-build-system)
-      (native-inputs
-       `(("emacs-buttercup" ,emacs-buttercup)
-         ("git" ,git)))
-      (arguments
-       `(#:tests? #t
-         #:test-command '("buttercup" "-L" ".")))
-      (home-page "https://github.com/ryuslash/git-auto-commit-mode";)
-      (synopsis "Emacs Minor mode to automatically commit and push")
-      (description "@code{git-auto-commit-mode} is an Emacs minor mode that
+  (package
+    (name "emacs-git-auto-commit-mode")
+    (version "4.7.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/ryuslash/git-auto-commit-mode";)
+             (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0gpib57f7xza04g3iyihw5v15hb7pncqsmvyggib902yvcxlkvqf"))))
+    (build-system emacs-build-system)
+    (native-inputs
+     `(("emacs-buttercup" ,emacs-buttercup)
+       ("git" ,git)))
+    (arguments
+     `(#:tests? #t
+       #:test-command '("buttercup" "-L" ".")))
+    (home-page "https://github.com/ryuslash/git-auto-commit-mode";)
+    (synopsis "Emacs Minor mode to automatically commit and push")
+    (description "@code{git-auto-commit-mode} is an Emacs minor mode that
 tries to commit changes to a file after every save.
 
-When @code{gac-automatically-push-p} is non-nil, it also tries to push to
-the current upstream.")
-      (license license:gpl3+))))
+When @code{gac-automatically-push-p} is non-nil, it also tries to push to the
+current upstream.")
+    (license license:gpl3+)))
 
 (define-public emacs-scroll-on-drag
   (let ((commit "888abd04c34753b1fc4b2fe541bc004ebec5c996")



reply via email to

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