summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-14 16:18:22 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:50 +0100
commit7e876c4144bd6cd3537ac1807d92aa5697f9ebe8 (patch)
tree23a45e750113ef5fab7eaae60218f900ce03a8ae /gnu/packages/python-web.scm
parentc35b9804333b9f78a3700932f1b462cc2d5f7098 (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 473a422840e..eef41b79001 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1275,18 +1275,18 @@ asynchronous version of botocore.")
(define-public python-aiohappyeyeballs
(package
(name "python-aiohappyeyeballs")
- (version "2.4.4")
+ (version "2.6.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "aiohappyeyeballs" version))
(sha256
- (base32 "0ibpfm552pflim399qq34cnd79xhz5qr5khqzhx1hqwwi23pvpaz"))))
+ (base32 "0n1mjip846fprc34ik6if9m8xisva2m0ygyzvz53r013648x1yf3"))))
(build-system pyproject-build-system)
(native-inputs
(list python-poetry-core
python-pytest
- python-pytest-asyncio
+ python-pytest-asyncio-0.26
python-pytest-cov))
(home-page "https://github.com/aio-libs/aiohappyeyeballs")
(synopsis "Happy Eyeballs for asyncio")