gnu: python-socksipychain: Update to 2.1.0.
* gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0.master
parent
ec1224a73b
commit
d97cdff18e
|
@ -4308,7 +4308,7 @@ as the original project seems to have been abandoned circa 2007.")
|
||||||
(define-public python-socksipychain
|
(define-public python-socksipychain
|
||||||
(package
|
(package
|
||||||
(name "python-socksipychain")
|
(name "python-socksipychain")
|
||||||
(version "2.0.15")
|
(version "2.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4318,7 +4318,7 @@ as the original project seems to have been abandoned circa 2007.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pkljnh9hfwla8sg7mil4f9zrnsqj0dbhr3crxjw3k8dnjz70dvk"))))
|
"0idm9a050rd2kbgbz2sk9ib9589kj4xh1xdnggs6xbq2v2y8f6zn"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; Tests try to access the network.
|
`(#:tests? #f)) ; Tests try to access the network.
|
||||||
|
|
Reference in New Issue