gnu: python-pyxdg: Use PYPI-URI.
* gnu/packages/freedesktop.scm (python-pyxdg)[source]: Use PYPI-URI.
This commit is contained in:
parent
bd835ff22f
commit
8f60e5338a
|
@ -393,9 +393,7 @@ manager for the current system.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"https://pypi.python.org/packages/source/p/pyxdg/pyxdg-"
|
||||
version ".tar.gz"))
|
||||
(uri (pypi-uri "pyxdg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"179767h8m634ydlm4v8lnz01ba42gckfp684id764zaip7h87s41"))))
|
||||
|
|
Loading…
Reference in New Issue