mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
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:
parent
cb3bb849f2
commit
1922811e0e
1 changed files with 25 additions and 27 deletions
|
@ -16553,20 +16553,18 @@ (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
|
||||||
(let ((commit "23abaff792c0459e51e596d3fecd5513617e8cb1")
|
|
||||||
(revision "1"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-auto-commit-mode")
|
(name "emacs-git-auto-commit-mode")
|
||||||
(version (git-version "4.6.0" revision commit))
|
(version "4.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/ryuslash/git-auto-commit-mode")
|
(url "https://github.com/ryuslash/git-auto-commit-mode")
|
||||||
(commit commit)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0hqj34q8z4jg86zz2lwfvj6xk07b4g1222h9y1zqs83qgivwpk1l"))))
|
(base32 "0gpib57f7xza04g3iyihw5v15hb7pncqsmvyggib902yvcxlkvqf"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs-buttercup" ,emacs-buttercup)
|
`(("emacs-buttercup" ,emacs-buttercup)
|
||||||
|
@ -16579,9 +16577,9 @@ (define-public emacs-git-auto-commit-mode
|
||||||
(description "@code{git-auto-commit-mode} is an Emacs minor mode that
|
(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")
|
||||||
|
|
Loading…
Reference in a new issue