gnu: python-mimeparse: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python-mimeparse)[source]: Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 12:07:36 +01:00
parent 1cc184e6eb
commit 89bf667caf
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 3 deletions

View File

@ -1395,9 +1395,7 @@ software.")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/p/python-mimeparse/python-mimeparse-"
version ".tar.gz"))
(uri (pypi-uri "python-mimeparse" version))
(sha256
(base32
"0y2g6cl660bpz11srgqyvvm8gmywpgyx8g0xfvbiyr0af0yv1r3n"))))