python311Packages.cloudflare: 2.11.7 -> 2.12.4

Changelog: https://github.com/cloudflare/python-cloudflare/blob/2.12.4/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2023-09-27 20:42:35 +02:00
parent fa810ed10a
commit 3c2c496fea

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "2.11.7";
version = "2.12.4";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-e7DRZa7qB4n9B+UMZ4pT38Uj7ENEl8WZVj+rvHvFQcM=";
hash = "sha256-UX8ROC6pL8WR82zJupUkPac+aDReUvIh8D1R1ujXhqU=";
};
propagatedBuildInputs = [