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

This commit is contained in:
Martin Weinelt 2022-02-22 23:16:10 +01:00 committed by GitHub
commit 99c18ca44d
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.10";
version = "2.27.11";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-XcsIj8qneO/u5rf8RpZwN+mD+/uf7AJZRXi9M/115VU=";
sha256 = "sha256-an7SSyF4CvSlteJMMQss2IX7YS31/ZVYTQPYfl8qGVo=";
};
propagatedBuildInputs = [