python313Packages.types-requests: 2.32.4.20250611 -> 2.32.4.20250809 (#441034)

This commit is contained in:
Fabian Affolter
2025-10-24 19:23:03 +00:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-requests"; pname = "types-requests";
version = "2.32.4.20250611"; version = "2.32.4.20250913";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
pname = "types_requests"; pname = "types_requests";
inherit version; inherit version;
hash = "sha256-dByHd+1kJYML9R5U1qviRfebTcuQGfFiK3c0Y5Rr+CY="; hash = "sha256-q9bU+c46k4PyaXdamDWkwk5c1rn2R9ZPiKpGE8M9710=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];