diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 205dd6e587d..5214457a492 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8231,8 +8231,8 @@ cython_always = true")))))))) ;; PyPI tarball has no tests. (method git-fetch) (uri (git-reference - (url "https://github.com/encode/uvicorn") - (commit version))) + (url "https://github.com/encode/uvicorn") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 "05lkxnpzmr0kik81kdcvavjvvc4d1lgmw88mr4vbwsqk147wgqbc")))) @@ -8259,7 +8259,7 @@ cython_always = true")))))))) python-hatchling python-httpx-bootstrap python-pytest - python-pytest-asyncio + python-pytest-asyncio-0.26 python-pytest-mock python-requests python-trustme |
