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

python311Packages.types-requests: 2.31.0.1 -> 2.31.0.2
This commit is contained in:
Nick Cao 2023-07-22 16:56:23 -06:00 committed by GitHub
commit 12c18fb91c
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.1";
version = "2.31.0.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-PeZnz/oSPOaYWR3grX2wNKUxdFellusLSUTlqdno0aw=";
hash = "sha256-aqP3+vDqUtcouxjAoNFSLZv9jHLSb/b2G/w9BqQRz0A=";
};
propagatedBuildInputs = [