python312Packages.types-requests: 2.32.0.20240523 -> 2.32.0.20240602

This commit is contained in:
Fabian Affolter
2024-06-06 08:19:39 +02:00
parent c06dbd0faa
commit bd718f2417
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.32.0.20240523";
version = "2.32.0.20240602";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-Jrim3jLZ9WEZK5lCtBwKstgBDfVnfKiqFGKJ0R1QX1c=";
hash = "sha256-P5jXu9DdlOvRD/Q6f74gw7hSisrObY76/vC2oYR5PwY=";
};
build-system = [ setuptools ];