python311Packages.types-requests: 2.31.0.20240403 -> 2.31.0.20240406

This commit is contained in:
R. Ryantm 2024-04-06 17:32:04 +00:00
parent f6eb921406
commit 3f2a8fea92

View File

@ -9,12 +9,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "types-requests"; pname = "types-requests";
version = "2.31.0.20240403"; version = "2.31.0.20240406";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-4eDNC2VTNPOdn4craKExDw40Nkdoi/LO6TLsTCsE3lk="; hash = "sha256-RCjfM8VQOUXHSz9C6CsYHobse3JGIEGaKWbi3mBM4aE=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];