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

python312Packages.influxdb3-python: 0.5.0 -> 0.6.1
This commit is contained in:
Fabian Affolter
2024-06-26 08:45:46 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "influxdb3-python";
version = "0.5.0";
version = "0.6.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "InfluxCommunity";
repo = "influxdb3-python";
rev = "refs/tags/v${version}";
hash = "sha256-vumKOvCLpcu0z1W/zmf3qsSo3a8FEbI+20/IMt6nCX4=";
hash = "sha256-xu1uWVhZCFIjyOjE144X0JFtYY/nIoBHp/eHtysARYc=";
};
build-system = [ setuptools ];