me
/
guix
Archived
1
0
Fork 0

gnu: python-pyxdg: Use PYPI-URI.

* gnu/packages/freedesktop.scm (python-pyxdg)[source]: Use PYPI-URI.
master
Tobias Geerinckx-Rice 2018-08-16 05:11:06 +02:00
parent bd835ff22f
commit 8f60e5338a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 3 deletions

View File

@ -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"))))