gnu: python2-ttystatus: Don't use unstable tarball.

* gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-27 23:34:34 +02:00
parent 44831ecb11
commit 3d320ae1af
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -14275,13 +14275,13 @@ (define-public python2-ttystatus
(version "0.36")
(source
(origin
(method url-fetch)
(uri (string-append
"http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/ttystatus-"
version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "http://git.liw.fi/ttystatus")
(commit (string-append "ttystatus-" version))))
(sha256
(base32
"06mdk4d19zw2j3is54gndhzl396g3xc8k52m7i86z69s9hcz71by"))))
(base32 "1vwr086yi5wky1zc7jqq49fl8yvzqnp9a7rrg67arc55j4awsn5l"))
(file-name (git-file-name name version))))
(build-system python-build-system)
(native-inputs
`(("python2-coverage-test-runner" ,python2-coverage-test-runner)