mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: vis: Don't use unstable tarball.
* gnu/packages/text-editors.scm (vis)[source]: Download released tarball.
This commit is contained in:
parent
1c956faaf5
commit
7ec382952a
1 changed files with 4 additions and 4 deletions
|
@ -66,12 +66,12 @@ (define-public vis
|
||||||
(version "0.5")
|
(version "0.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/martanne/"
|
(uri (string-append "https://github.com/martanne/vis/releases"
|
||||||
name "/archive/v" version ".tar.gz"))
|
"/download/v" version
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
"/vis-v" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xbxb3q963s6sav63yw0x30lm0wvxsrzb7hr6a7dh4f8r7mp1skp"))))
|
"0aw35n8xk7ir84ckvczc6yshj9ynishrlz0qlv4yc1afbra1gxmn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "test"
|
`(#:test-target "test"
|
||||||
|
|
Loading…
Reference in a new issue