python311Packages.types-requests: 2.31.0.1 -> 2.31.0.2

This commit is contained in:
Fabian Affolter 2023-07-22 22:38:46 +02:00
parent 883fd35c94
commit 4ed234fb6b

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 = [