gnu: python-pysocks: Update to 1.7.0.
* gnu/packages/python-xyz.scm (python-pysocks): Update to 1.7.0.
This commit is contained in:
parent
ab43d1f827
commit
b8725cdf94
|
@ -12956,14 +12956,14 @@ requirements is not met.")
|
||||||
(define-public python-pysocks
|
(define-public python-pysocks
|
||||||
(package
|
(package
|
||||||
(name "python-pysocks")
|
(name "python-pysocks")
|
||||||
(version "1.6.8")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PySocks" version))
|
(uri (pypi-uri "PySocks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wn6xafwy9c1gamwljw3fyvih5w19qy9xp39zmv8c90ai5ajrr9z"))))
|
"0z4p31bpqm893cf87qqgb30k7nwd8kqfjwwjm5cvxb6zbyj1w0yr"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue