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:
parent
c53af0016e
commit
26b16fd9ca
|
@ -6755,10 +6755,7 @@ provided that can be used to do various manipulations with LilyPond files.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (pypi-uri "appdirs" version))
|
||||||
"https://pypi.python.org/packages/source/a/appdirs/appdirs-"
|
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))
|
"14id6wxi12lgyw0mg3bcfnf888ad07jz9yj46gfzhn186z8rcn4y"))))
|
||||||
|
|
Loading…
Reference in New Issue