gnu: emacs-git-auto-commit-mode: Update to 4.6.0-1.23abaff.

* gnu/packages/emacs-xyz.scm
(emacs-git-auto-commit-mode)[version]: Update to 4.6.0-1.23abaff.
[native-inputs]: Add emacs-buttercup and git.
[arguments]: Run tests suite.
This commit is contained in:
Oleg Pykhalov 2020-08-19 09:42:22 +03:00
parent b180d6d284
commit 75a43e53e1
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -16504,27 +16504,35 @@ (define-public emacs-stickyfunc-enhance
(license license:gpl3+)))) (license license:gpl3+))))
(define-public emacs-git-auto-commit-mode (define-public emacs-git-auto-commit-mode
(package (let ((commit "23abaff792c0459e51e596d3fecd5513617e8cb1")
(name "emacs-git-auto-commit-mode") (revision "1"))
(version "4.5.0") (package
(source (name "emacs-git-auto-commit-mode")
(origin (version (git-version "4.6.0" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/ryuslash/git-auto-commit-mode") (method git-fetch)
(commit version))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/ryuslash/git-auto-commit-mode")
(sha256 (commit commit)))
(base32 "1w3v9pmlmdxl4pglsb6j0igp13lbzg5bhbr1rv2vll93m6zxmyma")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(home-page "https://github.com/ryuslash/git-auto-commit-mode") (base32 "0hqj34q8z4jg86zz2lwfvj6xk07b4g1222h9y1zqs83qgivwpk1l"))))
(synopsis "Emacs Minor mode to automatically commit and push") (build-system emacs-build-system)
(description "@code{git-auto-commit-mode} is an Emacs minor mode that (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. 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 current upstream.") the 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")