me
/
guix
Archived
1
0
Fork 0

gnu: python-pysocks: Update to 1.7.1.

* gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

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