python3Packages.cloudflare: 5.5.0 -> 5.6.0

This commit is contained in:
R. Ryantm
2026-07-23 05:46:13 +00:00
parent 6e369fe949
commit bffa23a571
@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "5.5.0";
version = "5.6.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-pXFvBqv/FyHQLsuc6DuhXYeVwhbQHCEtTlWzvKb6hiE=";
hash = "sha256-uMgVhq7NDOSPDaqoWczlVPe5dbAdMStg0aka0OpLZ/8=";
};
postPatch = ''