mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: python-aiohttp-socks: Update to 0.5.5.
* gnu/packages/python-web.scm (python-aiohttp-socks): Update to 0.5.5. [propagated-inputs]: Add python-socks, python-attrs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
c47e551402
commit
f108984389
1 changed files with 5 additions and 3 deletions
|
@ -167,17 +167,19 @@ (define-public python-aiohttp
|
|||
(define-public python-aiohttp-socks
|
||||
(package
|
||||
(name "python-aiohttp-socks")
|
||||
(version "0.2.2")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "aiohttp_socks" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0473702jk66xrgpm28wbdgpnak4v0dh2qmdjw7ky7hf3lwwqkggf"))))
|
||||
"0jmhb0l1w8k1nishij3awd9zv8zbyb5l35a2pdalrqxxasbhbcif"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-aiohttp" ,python-aiohttp)))
|
||||
`(("python-aiohttp" ,python-aiohttp)
|
||||
("python-attrs" ,python-attrs)
|
||||
("python-socks" ,python-socks)))
|
||||
(home-page "https://github.com/romis2012/aiohttp-socks")
|
||||
(synopsis "SOCKS proxy connector for aiohttp")
|
||||
(description "This package provides a SOCKS proxy connector for
|
||||
|
|
Loading…
Reference in a new issue