Merge pull request #257700 from fabaff/cloudflare-bump

python311Packages.cloudflare: 2.11.7 -> 2.12.4
This commit is contained in:
Fabian Affolter 2023-09-28 00:37:41 +02:00 committed by GitHub
commit 3e22948401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [