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.
This commit is contained in:
Oleg Pykhalov 2020-08-29 00:14:09 +03:00
parent cb3bb849f2
commit 1922811e0e
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

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