python311Packages.types-requests: 2.31.0.9 -> 2.31.0.10

This commit is contained in:
R. Ryantm
2023-10-19 09:11:14 +00:00
parent 458ef9126a
commit 354622b10f
@@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.31.0.9";
version = "2.31.0.10";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-O7ERiHlcw6o5+WNQMgRO53EAk3D7McOgaulSsme2/Nc=";
hash = "sha256-3FhSp28er2Dq+oGi5Qrvo9HwFcNM8MuhMJMIZrGyKpI=";
};
propagatedBuildInputs = [