mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-ly: Use PYPI-URI.
* gnu/packages/python.scm (python-ly)[source]: Use PYPI-URI.
This commit is contained in:
parent
36828576b3
commit
1a52206e60
1 changed files with 1 additions and 3 deletions
|
@ -5797,9 +5797,7 @@ (define-public python-ly
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://pypi.python.org/packages/57/4f/"
|
(uri (pypi-uri name version))
|
||||||
"889579244947368f28eda66b782331b1e75f83fd72e63f9ece93cd7a18f9"
|
|
||||||
"/python-ly-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl"))))
|
"0x98dv7p8mg26p4816yy8hz4f34zf6hpnnfmr56msgh9jnsm2qfl"))))
|
||||||
|
|
Loading…
Reference in a new issue