Merge pull request #184542 from r-ryantm/auto-update/python3.10-types-requests

python310Packages.types-requests: 2.28.5 -> 2.28.6
This commit is contained in:
Mario Rodas 2022-08-01 08:19:02 -05:00 committed by GitHub
commit c210e31098
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.28.5";
version = "2.28.6";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-rGGL/vyzdC6vl8lh4T6eWiJuVF7aSj2+KTuJjUCTOtE=";
sha256 = "sha256-zzODu9eTlL8FGgqSAtaDH6li8Yb5I8F498BZ40JL0A4=";
};
propagatedBuildInputs = [