me
/
guix
Archived
1
0
Fork 0

gnu: python-scripttest: Use pypi uri.

* gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
master
Efraim Flashner 2019-01-05 19:38:58 +02:00
parent d70cb3e008
commit 5af020bb3c
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 3 deletions

View File

@ -855,9 +855,7 @@ result back.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "scripttest" version))
"https://pypi.python.org/packages/source/s/scripttest/scripttest-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m")))) "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"))))