diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:09:24 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-28 12:24:25 +0100 |
commit | 6c8c3980a900c7a06c5e7dcf89b632900ddc2aa4 (patch) | |
tree | 4190ca9c62a03775a6bf852192b222fec1224bc7 /gnu/packages/python-xyz.scm | |
parent | 5182927c44503883422080f8b043bf35c5d78a0b (diff) | |
download | patches-6c8c3980a900c7a06c5e7dcf89b632900ddc2aa4.tar patches-6c8c3980a900c7a06c5e7dcf89b632900ddc2aa4.tar.gz |
gnu: python-simplegeneric: Use PYPI-URI.
* gnu/packages/python-xyz.scm (python-simplegeneric)[source]: Use PYPI-URI.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 97dbbf4dfd..993602a4e6 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4312,8 +4312,7 @@ common operations on files to be invoked on those path objects directly.") (source (origin (method url-fetch) - (uri (string-append "https://pypi.python.org/packages/source/s/" - "simplegeneric/simplegeneric-" version ".zip")) + (uri (pypi-uri "simplegeneric" version ".zip")) (sha256 (base32 "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw")))) (build-system python-build-system) |