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

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