Merge pull request #310941 from r-ryantm/auto-update/python311Packages.cloudflare

python311Packages.cloudflare: 2.19.4 -> 2.20.0
This commit is contained in:
Nick Cao 2024-05-12 10:59:25 -04:00 committed by GitHub
commit fed8f5e97b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "2.19.4";
version = "2.20.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-O2AAoBojfCO8z99tICVupREex0qCaunnT58OW7WyOD8=";
hash = "sha256-Rq78Od+qI2XWObQjzsLNU1CuERU8ckfT6zVFvc8Bpoo=";
};
nativeBuildInputs = [