diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-31 17:04:29 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:52 +0100 |
| commit | 4fd060a0b2965160f6d27123543d4344c7316e18 (patch) | |
| tree | 5278d696e5736810e0918753f86f3c8778665ff5 /gnu/packages/python-web.scm | |
| parent | 3c9365204cedf6297756ef9c067b48754802bfb3 (diff) | |
gnu: python-httpcore: Update to 1.0.9.
* gnu/packages/python-web.scm (python-httpcore): Update to 1.0.9.
Change-Id: Iea53b554e9ad0687e5529ec32e8aad69dc3a553f
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 5214457a492..3ec90626b30 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8486,7 +8486,7 @@ and serve updated contents upon changes to the directory.") (define-public python-httpcore (package (name "python-httpcore") - (version "1.0.7") + (version "1.0.9") (source (origin ;; PyPI tarball does not contain tests. @@ -8496,7 +8496,7 @@ and serve updated contents upon changes to the directory.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1wz54snks59m1mz2mv0i4p37zz2rrzd99gpg8sh3qkpck5h8lhc4")))) + (base32 "0yhm2n8qflpwjsjggyj757m0gw3n68al0my0ljybndwp933ipl32")))) (build-system pyproject-build-system) (native-inputs (list nss-certs-for-test |
