3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-appdirs: Use pypi-uri.

This is a followup to commit 543782e1ff.

* gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use
pypi-uri.
This commit is contained in:
Leo Famulari 2017-03-23 12:04:54 -04:00
parent c53af0016e
commit 26b16fd9ca
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -6755,10 +6755,7 @@ provided that can be used to do various manipulations with LilyPond files.")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/a/appdirs/appdirs-"
version
".tar.gz"))
(uri (pypi-uri "appdirs" version))
(sha256
(base32
"14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))