gnu: python2-mechanize: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python2-mechanize)[source]: Use PYPI-URI.
This commit is contained in:
parent
8318bf0740
commit
1cc184e6eb
|
@ -998,8 +998,7 @@ doing practical, real world data analysis in Python.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://pypi.python.org/packages/source/m/mechanize/mechanize-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "mechanize" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rj7r166i1dyrq0ihm5rijfmvhs8a04im28lv05c0c3v206v4rrf"))))
|
||||
|
|
Loading…
Reference in New Issue