diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-24 23:44:15 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-03-25 00:36:33 +0100 |
commit | 1a52206e6027c7d791edc2d8eac7475c48aec266 (patch) | |
tree | 99276c0e6f240bceea29de7bd80648124274f9de /gnu/packages/python.scm | |
parent | 36828576b3fad81b61ca2efcc65ae6aa8f0e82c9 (diff) | |
download | guix-1a52206e6027c7d791edc2d8eac7475c48aec266.tar.gz |
gnu: python-ly: Use PYPI-URI.
* gnu/packages/python.scm (python-ly)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 3811233272..cda0b50117 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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")))) |