python3Packages.cloudflare: 5.4.0 -> 5.5.0 (#541668)

This commit is contained in:
Marie Ramlow
2026-07-15 07:07:38 +00:00
committed by GitHub
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "5.4.0";
version = "5.5.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-hj8qI0p9LM6ff/nErgt+YvOfWFBElLxJ2QI6IT0prOs=";
hash = "sha256-pXFvBqv/FyHQLsuc6DuhXYeVwhbQHCEtTlWzvKb6hiE=";
};
postPatch = ''