python38Packages.types-requests: 2.27.0 -> 2.27.2

This commit is contained in:
R. Ryantm 2022-01-08 00:42:10 +00:00
parent 568e0bc498
commit 99ca9132ca

View File

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.0";
version = "2.27.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vFztDc8GdOPx+d7XNM7p+kXFfPZEsInmLI+xLKKOshU=";
sha256 = "c902c5433ad103053011c6ac036317ac6f6a8e8a6926fc470a8d2ef791236da7";
};
# Module doesn't have tests