gnu: python2-backport-ssl-match-hostname: Use PYPI-URI.

* gnu/packages/python-xyz.scm (python2-backport-ssl-match-hostname)[source]:
Use PYPI-URI.
master
Ricardo Wurmus 2019-01-28 12:05:13 +01:00
parent fc283a5e0a
commit 2c1f0d09c2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 4 deletions

View File

@ -321,10 +321,7 @@ etc. ")
(source
(origin
(method url-fetch)
(uri (string-append
"https://pypi.python.org/packages/source/b/"
"backports.ssl_match_hostname/backports.ssl_match_hostname-"
version ".tar.gz"))
(uri (pypi-uri "backports.ssl_match_hostname" version))
(sha256
(base32
"1wndipik52cyqy0677zdgp90i435pmvwd89cz98lm7ri0y3xjajh"))))