python310Packages.cloudflare: 2.9.11 -> 2.9.12

This commit is contained in:
R. Ryantm 2022-08-14 07:30:29 +00:00
parent 5c37f7fa7e
commit c93e578cb9

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "2.9.11";
version = "2.9.12";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kvCSazLBU2sBzobdZrVXcdlEpMoAe5wb7rBWxzhDuus=";
hash = "sha256-w+ciURz9sJcWmhhjJfvoorFYUBFp0PaLZ55zb2sMwDA=";
};
propagatedBuildInputs = [