mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
a587bb23b7
commit
3d20fbf7e6
1 changed files with 2 additions and 2 deletions
|
@ -14682,7 +14682,7 @@ (define-public emacs-stickyfunc-enhance
|
|||
(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 @@ (define-public emacs-git-auto-commit-mode
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue