From 95a3205b36cabc87ff51c511c8a134a2619ae1f7 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 17 Jan 2026 21:44:06 +0100 Subject: gnu: python-aiohappyeyeballs: Update to 2.6.1-0-cc53cf8. * gnu/packages/python-web.scm (python-aiohappyeyeballs): Update to 2.6.1-0-cc53cf8. [source]: Switch to git-fetch. [native-inputs]: Replace python-pytest-asyncio-0.26 by python-pytest-asyncio. Change-Id: Idc1d2005079c8bfa4fa34d3d5816715723a6e995 Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-web.scm | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 347d1b4413..de9059ac04 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -2218,18 +2218,25 @@ asynchronous version of botocore.") (define-public python-aiohappyeyeballs (package (name "python-aiohappyeyeballs") - (version "2.6.1") + (properties '((commit . "cc53cf8a1d31f7b460a0114214aac66956f0e2ed") + (revision . "0"))) + (version (git-version "2.6.1" + (assoc-ref properties 'revision) + (assoc-ref properties 'commit))) (source (origin - (method url-fetch) - (uri (pypi-uri "aiohappyeyeballs" version)) + (method git-fetch) + (uri (git-reference + (url "https://github.com/aio-libs/aiohappyeyeballs") + (commit (assoc-ref properties 'commit)))) + (file-name (git-file-name name version)) (sha256 - (base32 "0n1mjip846fprc34ik6if9m8xisva2m0ygyzvz53r013648x1yf3")))) + (base32 "0nc723f4sxryg5h9z8paysmy9dnqw2jy4srxp9axrxkv9qrawa7n")))) (build-system pyproject-build-system) (native-inputs (list python-poetry-core python-pytest - python-pytest-asyncio-0.26)) + python-pytest-asyncio)) (home-page "https://github.com/aio-libs/aiohappyeyeballs") (synopsis "Happy Eyeballs for asyncio") (description "This library exists to allow connecting with Happy -- cgit v1.3