python310Packages.cloudflare: 2.11.1 -> 2.11.2

This commit is contained in:
Fabian Affolter 2023-05-19 21:35:24 +02:00
parent 702a13986f
commit bb237b5522

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cloudflare";
version = "2.11.1";
version = "2.11.2";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-VAEgrM9F9M/HjL726RzofJT/Sc8R6WIF/D/gZH5ncBs=";
hash = "sha256-igOsDHqfjD1cxcHYsTNbjkhsxKR7LNJf5Zw1kkr4a2E=";
};
propagatedBuildInputs = [