me
/
guix
Archived
1
0
Fork 0

gnu: emacs-git-gutter: Update to 0.92.

* gnu/packages/emacs-xyz.scm (emacs-git-gutter): Update to 0.92.
master
Nicolas Goaziou 2022-07-11 11:51:07 +02:00
parent 022847ac52
commit 3062ec28fe
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -4518,7 +4518,7 @@ representation.")
(define-public emacs-git-gutter
(package
(name "emacs-git-gutter")
(version "0.91")
(version "0.92")
(source
(origin
(method git-fetch)
@ -4527,7 +4527,7 @@ representation.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0zc9f73app1d7j4yb10sy4xidh5252ncyxlvr5kh0kiqk88ck6j9"))))
(base32 "1fkp6iyisb3g5afyjkxz4yj4ws5f8n7whklck4jdf3014vs01b3c"))))
(build-system emacs-build-system)
(home-page "https://github.com/syohex/emacs-git-gutter")
(synopsis "See and manage hunks of text in a version control system")