diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-17 21:44:06 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-18 14:36:31 +0100 |
| commit | 95a3205b36cabc87ff51c511c8a134a2619ae1f7 (patch) | |
| tree | d175ea5b18bfe58a416686bb5d2077df1a18e84e /gnu/packages/python-web.scm | |
| parent | 0c4e96e07674e96b95eff87fe4d96cb93b153e9f (diff) | |
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 <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 17 |
1 files changed, 12 insertions, 5 deletions
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 |
