gnu: emacs-git-link: Update to 0.8.3.

* gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.8.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Xinglu Chen 2021-04-01 20:49:25 +02:00 committed by Leo Famulari
parent 15de49e60b
commit 82543e9649
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -3653,7 +3653,7 @@ (define-public emacs-git-gutter-fringe
(define-public emacs-git-link
(package
(name "emacs-git-link")
(version "0.7.5")
(version "0.8.3")
(source
(origin
(method git-fetch)
@ -3662,7 +3662,7 @@ (define-public emacs-git-link
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "04xa6lp8wkjb6zs096bf4sz124grcjj15xv1h009bmn2j95rggj6"))))
(base32 "0l7xmvmj5s93hc39wjjv75f22zbhahnmcxpmvx3dfvsbig9pmk75"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t