Merge pull request #314240 from r-ryantm/auto-update/python311Packages.types-requests

python311Packages.types-requests: 2.31.0.20240406 -> 2.32.0.20240523
This commit is contained in:
Fabian Affolter
2024-05-27 15:42:16 +02:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.31.0.20240406";
version = "2.32.0.20240523";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-RCjfM8VQOUXHSz9C6CsYHobse3JGIEGaKWbi3mBM4aE=";
hash = "sha256-Jrim3jLZ9WEZK5lCtBwKstgBDfVnfKiqFGKJ0R1QX1c=";
};
build-system = [ setuptools ];