mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aiohttp-socks: Update to 0.6.0.
* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.6.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
parent
ed7d4a2f7e
commit
3e656cf199
1 changed files with 2 additions and 2 deletions
|
@ -239,14 +239,14 @@ Callback Hell.
|
|||
(define-public python-aiohttp-socks
|
||||
(package
|
||||
(name "python-aiohttp-socks")
|
||||
(version "0.5.5")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "aiohttp_socks" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jmhb0l1w8k1nishij3awd9zv8zbyb5l35a2pdalrqxxasbhbcif"))))
|
||||
"04w010bvi719ifpc3sshav95k10hf9nq8czn9yglkj206yxcypdr"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-aiohttp" ,python-aiohttp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue