Merge pull request #312605 from r-ryantm/auto-update/python311Packages.influxdb3-python

python311Packages.influxdb3-python: 0.4.0 -> 0.5.0
This commit is contained in:
Fabian Affolter
2024-05-18 09:57:09 +02:00
committed by GitHub
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "influxdb3-python";
version = "0.4.0";
version = "0.5.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-qFcXqbYsjn27BPeKxTsWxKJdF6y8Oz3VBrmSyO0vCGo=";
hash = "sha256-vumKOvCLpcu0z1W/zmf3qsSo3a8FEbI+20/IMt6nCX4=";
};
build-system = [ setuptools ];