gnu: python-pysocks: Update to 1.6.8.
* gnu/packages/python.scm (python-pysocks): Update to 1.6.8.master
parent
1fb68eefa1
commit
a0bb4af215
|
@ -12992,14 +12992,14 @@ requirements is not met.")
|
||||||
(define-public python-pysocks
|
(define-public python-pysocks
|
||||||
(package
|
(package
|
||||||
(name "python-pysocks")
|
(name "python-pysocks")
|
||||||
(version "1.6.7")
|
(version "1.6.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PySocks" version))
|
(uri (pypi-uri "PySocks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1krkiss578zqwcg4c8iqz1hwscwhsvy2djp3xyvps5gsgvr2j0yh"))))
|
"0wn6xafwy9c1gamwljw3fyvih5w19qy9xp39zmv8c90ai5ajrr9z"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue