Merge pull request #170673 from fabaff/types-requests-bump

python310Packages.types-requests: 2.27.20 -> 2.27.22
This commit is contained in:
Fabian Affolter 2022-04-28 08:46:21 +02:00 committed by GitHub
commit 5042e8cfaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.20";
version = "2.27.22";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-YzRFc83mxO/UTYZ8AVjZ+35r65VyHL6YgvP4V+6KU5g=";
sha256 = "sha256-LoGnTS2x5tBrqkqeGJZyBUNzkpeiParAQ2o04vxzJXQ=";
};
propagatedBuildInputs = [