mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/martanne/"
|
||||
name "/archive/v" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(uri (string-append "https://github.com/martanne/vis/releases"
|
||||
"/download/v" version
|
||||
"/vis-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xbxb3q963s6sav63yw0x30lm0wvxsrzb7hr6a7dh4f8r7mp1skp"))))
|
||||
"0aw35n8xk7ir84ckvczc6yshj9ynishrlz0qlv4yc1afbra1gxmn"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue