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")
(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"