me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/python-xyz.scm (python2-ttystatus)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
master
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
1 changed files with 6 additions and 6 deletions

View File

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