mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-12 06:41:27 +01:00
gnu: emacs-git-gutter: Update to 0.92.
* gnu/packages/emacs-xyz.scm (emacs-git-gutter): Update to 0.92.
This commit is contained in:
parent
022847ac52
commit
3062ec28fe
1 changed files with 2 additions and 2 deletions
|
@ -4518,7 +4518,7 @@ representation.")
|
||||||
(define-public emacs-git-gutter
|
(define-public emacs-git-gutter
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-gutter")
|
(name "emacs-git-gutter")
|
||||||
(version "0.91")
|
(version "0.92")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4527,7 +4527,7 @@ representation.")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zc9f73app1d7j4yb10sy4xidh5252ncyxlvr5kh0kiqk88ck6j9"))))
|
(base32 "1fkp6iyisb3g5afyjkxz4yj4ws5f8n7whklck4jdf3014vs01b3c"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/syohex/emacs-git-gutter")
|
(home-page "https://github.com/syohex/emacs-git-gutter")
|
||||||
(synopsis "See and manage hunks of text in a version control system")
|
(synopsis "See and manage hunks of text in a version control system")
|
||||||
|
|
Loading…
Add table
Reference in a new issue