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

python311Packages.types-requests: 2.31.0.0 -> 2.31.0.1
This commit is contained in:
Felix Bühler 2023-05-30 21:47:39 +02:00 committed by GitHub
commit c7c2984716
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.31.0.0";
version = "2.31.0.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-wcKdIKuNhN/0aNf+v+jgywtGZFQyIbOGYF4UZytE6iU=";
hash = "sha256-PeZnz/oSPOaYWR3grX2wNKUxdFellusLSUTlqdno0aw=";
};
propagatedBuildInputs = [