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

python311Packages.cloudflare: 2.19.0 -> 2.19.2
This commit is contained in:
Nick Cao 2024-02-24 10:19:45 -05:00 committed by GitHub
commit 75e7c73d21
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.0";
version = "2.19.2";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-tV3I4zE/iD899k5jfB/RpNxy82Mv5m5pCEgBWVFRg9o=";
hash = "sha256-ENS5ayrd7gffo2meChZ9930qjVq3+G5lkOqm6ofW3Bg=";
};
nativeBuildInputs = [