Archived
1
0
Fork 0

gnu: python-socks: Update to 1.2.4.

* gnu/packages/python-web.scm (python-socks): Update to 1.2.4.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
Sébastien Lerique 2021-10-15 11:40:18 +09:00 committed by Lars-Dominik Braun
parent 35ef189dc3
commit eab7762677
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -6139,14 +6139,14 @@ your code non-blocking and speedy.")
(define-public python-socks (define-public python-socks
(package (package
(name "python-socks") (name "python-socks")
(version "1.1.2") (version "1.2.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-socks" version)) (uri (pypi-uri "python-socks" version))
(sha256 (sha256
(base32 (base32
"06mgv3icsyglv50w3sb71x6cpbskza20pqd93l5xk59x574i6xgs")))) "1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; tests not included `(#:tests? #f ; tests not included