mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-aiohappyeyeballs: Update to 2.6.1.
* gnu/packages/python-web.scm (python-aiohappyeyeballs): Update to 2.6.1. [native-inputs]: Remove python-pytest-asyncio; add python-pytest-asyncio-0.26. Change-Id: I68b9473360755f3454bd13d0ec604da7f3e5b0db
This commit is contained in:
parent
c35b980433
commit
7e876c4144
1 changed files with 3 additions and 3 deletions
|
@ -1275,18 +1275,18 @@ asynchronous version of botocore.")
|
||||||
(define-public python-aiohappyeyeballs
|
(define-public python-aiohappyeyeballs
|
||||||
(package
|
(package
|
||||||
(name "python-aiohappyeyeballs")
|
(name "python-aiohappyeyeballs")
|
||||||
(version "2.4.4")
|
(version "2.6.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "aiohappyeyeballs" version))
|
(uri (pypi-uri "aiohappyeyeballs" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ibpfm552pflim399qq34cnd79xhz5qr5khqzhx1hqwwi23pvpaz"))))
|
(base32 "0n1mjip846fprc34ik6if9m8xisva2m0ygyzvz53r013648x1yf3"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-poetry-core
|
(list python-poetry-core
|
||||||
python-pytest
|
python-pytest
|
||||||
python-pytest-asyncio
|
python-pytest-asyncio-0.26
|
||||||
python-pytest-cov))
|
python-pytest-cov))
|
||||||
(home-page "https://github.com/aio-libs/aiohappyeyeballs")
|
(home-page "https://github.com/aio-libs/aiohappyeyeballs")
|
||||||
(synopsis "Happy Eyeballs for asyncio")
|
(synopsis "Happy Eyeballs for asyncio")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue