gnu: python-aiodns: Update to 3.0.0.
* gnu/packages/python-web.scm (python-aiodns): Update to 3.0.0.
This commit is contained in:
parent
d0228051b6
commit
5ae2e2ce9a
1 changed files with 3 additions and 4 deletions
|
@ -458,17 +458,16 @@ aiohttp. It supports SOCKS4(a) and SOCKS5.")
|
||||||
(define-public python-aiodns
|
(define-public python-aiodns
|
||||||
(package
|
(package
|
||||||
(name "python-aiodns")
|
(name "python-aiodns")
|
||||||
(version "1.1.1")
|
(version "3.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aiodns" version))
|
(uri (pypi-uri "aiodns" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1snr5paql8dgvc676n8xq460wypjsb1xj53cf3px1s4wczf7lryq"))))
|
"1mlcw14hxyzd2yg89gj1l84gfi8nbl7h32iw17myxz23wymxyswl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-pycares))
|
||||||
(list python-pycares))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;tests require internet access
|
`(#:tests? #f)) ;tests require internet access
|
||||||
(home-page "https://github.com/saghul/aiodns")
|
(home-page "https://github.com/saghul/aiodns")
|
||||||
|
|
Reference in a new issue