python311Packages.cloudflare: 2.19.2 -> 2.19.4

This commit is contained in:
R. Ryantm
2024-05-04 06:09:24 +00:00
parent 2eed3a996b
commit b830943b3c
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "2.19.2";
version = "2.19.4";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ENS5ayrd7gffo2meChZ9930qjVq3+G5lkOqm6ofW3Bg=";
hash = "sha256-O2AAoBojfCO8z99tICVupREex0qCaunnT58OW7WyOD8=";
};
nativeBuildInputs = [