Archived
1
0
Fork 0

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:
Maxim Cournoyer 2023-04-17 09:10:45 -04:00
parent d0228051b6
commit 5ae2e2ce9a
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")