Skip to content
Snippets Groups Projects
Unverified Commit 2c1f0d09 authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

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

* gnu/packages/python-xyz.scm (python2-backport-ssl-match-hostname)[source]:
Use PYPI-URI.
parent fc283a5e
No related branches found
No related tags found
No related merge requests found
...@@ -321,10 +321,7 @@ (define-public python2-backport-ssl-match-hostname ...@@ -321,10 +321,7 @@ (define-public python2-backport-ssl-match-hostname
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (pypi-uri "backports.ssl_match_hostname" version))
"https://pypi.python.org/packages/source/b/"
"backports.ssl_match_hostname/backports.ssl_match_hostname-"
version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1wndipik52cyqy0677zdgp90i435pmvwd89cz98lm7ri0y3xjajh")))) "1wndipik52cyqy0677zdgp90i435pmvwd89cz98lm7ri0y3xjajh"))))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment