Skip to content
Snippets Groups Projects
Unverified Commit 3d320ae1 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

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

* gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
parent 44831ecb
No related branches found
No related tags found
No related merge requests found
...@@ -14275,13 +14275,13 @@ (define-public python2-ttystatus ...@@ -14275,13 +14275,13 @@ (define-public python2-ttystatus
(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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment