python312Packages.influxdb3-python: 0.8.0 -> 0.9.0 (#341559)

This commit is contained in:
Nick Cao
2024-09-13 15:34:16 -04:00
committed by GitHub
@@ -13,16 +13,16 @@
buildPythonPackage rec {
pname = "influxdb3-python";
version = "0.8.0";
version = "0.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "InfluxCommunity";
repo = "influxdb3-python";
rev = "refs/tags/v${version}";
hash = "sha256-Knub5rZ27OXsiJanA+sI85DaUIskiGcuedKk1wF5zss=";
hash = "sha256-4P+bQEldyBNh4qsIkoZLXnUOrQ5wVGbr55xbS0oQMMM=";
};
build-system = [ setuptools ];