mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
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:
parent
35ef189dc3
commit
eab7762677
1 changed files with 2 additions and 2 deletions
|
@ -6139,14 +6139,14 @@ your code non-blocking and speedy.")
|
|||
(define-public python-socks
|
||||
(package
|
||||
(name "python-socks")
|
||||
(version "1.1.2")
|
||||
(version "1.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "python-socks" version))
|
||||
(sha256
|
||||
(base32
|
||||
"06mgv3icsyglv50w3sb71x6cpbskza20pqd93l5xk59x574i6xgs"))))
|
||||
"1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; tests not included
|
||||
|
|
Loading…
Add table
Reference in a new issue