gnu: python-ly: Use PYPI-URI.

* gnu/packages/python.scm (python-ly)[source]: Use PYPI-URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-24 23:44:15 +01:00
parent 36828576b3
commit 1a52206e60
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -5797,9 +5797,7 @@ from an XML-based format.")
(source
(origin
(method url-fetch)
(uri (string-append "https://pypi.python.org/packages/57/4f/"
"889579244947368f28eda66b782331b1e75f83fd72e63f9ece93cd7a18f9"
"/python-ly-" version ".tar.gz"))
(uri (pypi-uri name version))
(sha256
(base32
"0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl"))))