Merge pull request #326578 from fabaff/influxdb3-python-bump

python312Packages.influxdb3-python: 0.6.1 -> 0.7.0
This commit is contained in:
Nick Cao
2024-07-12 16:23:38 -04:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "influxdb3-python";
version = "0.6.1";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "InfluxCommunity";
repo = "influxdb3-python";
rev = "refs/tags/v${version}";
hash = "sha256-xu1uWVhZCFIjyOjE144X0JFtYY/nIoBHp/eHtysARYc=";
hash = "sha256-jncJUurkH1XzC6Hjcpet1fZejcYjcPq2OWI//FmZcmI=";
};
build-system = [ setuptools ];