diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 11:58:22 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:24:24 +0100 |
commit | 8a84d796b0d6252764f5591448127ed081b6f6d3 (patch) | |
tree | fb71ecf469736c8d6837d0b1a1363eb599ca5bfa /gnu/packages/python-web.scm | |
parent | d409c993a0491c2ce1db6f357f28cd0c8283176e (diff) | |
download | patches-8a84d796b0d6252764f5591448127ed081b6f6d3.tar patches-8a84d796b0d6252764f5591448127ed081b6f6d3.tar.gz |
gnu: python-zope-i18nmessageid: Use PYPI-URI.
* gnu/packages/python-web.scm (python-zope-i18nmessageid)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r-- | gnu/packages/python-web.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3a581f963b..384b1d33d1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -966,10 +966,7 @@ tests.") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/z" - "/zope.i18nmessageid/zope.i18nmessageid-" - version ".tar.gz")) + (uri (pypi-uri "zope.i18nmessageid" version)) (sha256 (base32 "1rslyph0klk58dmjjy4j0jxy21k03azksixc3x2xhqbkv97cmzml")))) |