gnu: python-pysocks: Update to 1.7.1.

* gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.1.
This commit is contained in:
Marius Bakke 2020-07-17 23:52:19 +02:00
parent 7dee475589
commit 9ba804af7a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -15454,14 +15454,14 @@ requirements is not met.")
(define-public python-pysocks (define-public python-pysocks
(package (package
(name "python-pysocks") (name "python-pysocks")
(version "1.7.0") (version "1.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PySocks" version)) (uri (pypi-uri "PySocks" version))
(sha256 (sha256
(base32 (base32
"0z4p31bpqm893cf87qqgb30k7nwd8kqfjwwjm5cvxb6zbyj1w0yr")))) "184sg65mbmih6ljblfsxcmq5js5l7dj3gpn618w9q5dy3rbh921z"))))
(build-system python-build-system) (build-system python-build-system)
(arguments `(#:tests? #f)) (arguments `(#:tests? #f))
(home-page "https://github.com/Anorov/PySocks") (home-page "https://github.com/Anorov/PySocks")