gnu: vis: Don't use unstable tarball.

* gnu/packages/text-editors.scm (vis)[source]: Download released
tarball.
This commit is contained in:
Efraim Flashner 2019-11-13 22:33:58 +02:00
parent 1c956faaf5
commit 7ec382952a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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"