mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-git-link: Update to 0.8.5.
* gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.8.5. [arguments]<#:test-command>: Use G-expressions.
This commit is contained in:
parent
fa315669d5
commit
b0e6e546cb
1 changed files with 5 additions and 4 deletions
|
@ -4263,7 +4263,7 @@ (define-public emacs-git-gutter-fringe
|
||||||
(define-public emacs-git-link
|
(define-public emacs-git-link
|
||||||
(package
|
(package
|
||||||
(name "emacs-git-link")
|
(name "emacs-git-link")
|
||||||
(version "0.8.3")
|
(version "0.8.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4272,11 +4272,12 @@ (define-public emacs-git-link
|
||||||
(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 "0l7xmvmj5s93hc39wjjv75f22zbhahnmcxpmvx3dfvsbig9pmk75"))))
|
(base32 "0payj5hwqkzdrxx5vfzaaalmzfkdmdqhqki193a6cbf0k3c03zh3"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
(list
|
||||||
#:test-command '("make" "test")))
|
#:tests? #t
|
||||||
|
#:test-command #~(list "make" "test")))
|
||||||
(home-page "https://github.com/sshaw/git-link")
|
(home-page "https://github.com/sshaw/git-link")
|
||||||
(synopsis "Create links for files and commits in GitHub/GitLab/etc. repos")
|
(synopsis "Create links for files and commits in GitHub/GitLab/etc. repos")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue