python310Packages.types-requests: 2.27.27 -> 2.27.29

This commit is contained in:
Fabian Affolter 2022-05-26 21:47:36 +02:00
parent e5e5786660
commit 14a6c46bbe

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.27";
version = "2.27.29";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-1hjZgJ+jL1FM8XzqhGCBTaZxxWNm+xyQiszKi/GDESs=";
sha256 = "sha256-+0U7OnakjspmOBzqgAT+quoSg16DgZb1x6yHx1xcGe8=";
};
propagatedBuildInputs = [