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

python311Packages.cloudflare: 2.18.2 -> 2.19.0
This commit is contained in:
Nick Cao
2024-02-17 09:54:27 -05:00
committed by GitHub
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "2.18.2";
version = "2.19.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-F8eNXUUEsTG/Qas9+UzmAtJaHrLxst9kQZV2C3LmTD8=";
hash = "sha256-tV3I4zE/iD899k5jfB/RpNxy82Mv5m5pCEgBWVFRg9o=";
};
nativeBuildInputs = [