gnu: python2-ttystatus: Don't use unstable tarball.
* gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and GIT-FILE-NAME.master
parent
44831ecb11
commit
3d320ae1af
|
@ -14275,13 +14275,13 @@ iterating over input files.")
|
||||||
(version "0.36")
|
(version "0.36")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/ttystatus-"
|
(url "http://git.liw.fi/ttystatus")
|
||||||
version ".tar.gz"))
|
(commit (string-append "ttystatus-" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1vwr086yi5wky1zc7jqq49fl8yvzqnp9a7rrg67arc55j4awsn5l"))
|
||||||
"06mdk4d19zw2j3is54gndhzl396g3xc8k52m7i86z69s9hcz71by"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python2-coverage-test-runner" ,python2-coverage-test-runner)
|
`(("python2-coverage-test-runner" ,python2-coverage-test-runner)
|
||||||
|
|
Reference in New Issue