summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2017-03-23 12:04:54 -0400
committerLeo Famulari <leo@famulari.name>2017-03-23 12:06:15 -0400
commit26b16fd9ca2cb51c52e1ed9a8937fa143a57747d (patch)
treeff4d087165fe7357ddf9a3ed51c001b06945aa60 /gnu
parentc53af0016e283ef642ac43ccc2ee5d650f06a888 (diff)
downloadpatches-26b16fd9ca2cb51c52e1ed9a8937fa143a57747d.tar
patches-26b16fd9ca2cb51c52e1ed9a8937fa143a57747d.tar.gz
gnu: python-appdirs: Use pypi-uri.
This is a followup to commit 543782e1ff1e296d61ca528debe3fc6420f5e45a. * gnu/packages/python.scm (python-appdirs, python2-appdirs)[source]: Use pypi-uri.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python.scm5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d423ecde58..7aae8fc26f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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"))))