python3Packages.geventhttpclient: 2.3.4 -> 2.3.7

https://github.com/geventhttpclient/geventhttpclient/releases/tag/2.3.7

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:09 +01:00
parent b372557968
commit ddec30f275
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "geventhttpclient";
version = "2.3.4";
version = "2.3.7";
pyproject = true;
src = fetchFromGitHub {
@@ -23,7 +23,7 @@ buildPythonPackage rec {
tag = version;
# TODO: unvendor llhttp
fetchSubmodules = true;
hash = "sha256-X85co03fMG7OSpkL02n3ektRNzu7oHChtwZzkspsSTk=";
hash = "sha256-vca2uCQ1S21xQmAXdpLhI0DFZYUSyKhSkvETa2VqbkA=";
};
build-system = [ setuptools ];