guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 6d907cf15652c9461b1fb04c465ccfc0fc81d6ff Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Thu Jul 31 17:04:29 2025 +0100
gnu: python-httpcore: Update to 1.0.9. * gnu/packages/python-web.scm (python-httpcore): Update to 1.0.9. Change-Id: Iea53b554e9ad0687e5529ec32e8aad69dc3a553f --- gnu/packages/python-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3c4f71ebc4..460d6f31e3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -8467,7 +8467,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. @@ -8477,7 +8477,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