python313Packages.influxdb3-python: 0.15.0 -> 0.16.0 (#444296)

Changed files
+2 -2
pkgs
development
python-modules
influxdb3-python
+2 -2
pkgs/development/python-modules/influxdb3-python/default.nix
···
buildPythonPackage rec {
pname = "influxdb3-python";
-
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "InfluxCommunity";
repo = "influxdb3-python";
tag = "v${version}";
-
hash = "sha256-BbU/CeTlJHIoZBj+NCl9Cdag/6tTP3y6FFJMPiShRUA=";
};
postPatch = ''
···
buildPythonPackage rec {
pname = "influxdb3-python";
+
version = "0.16.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
owner = "InfluxCommunity";
repo = "influxdb3-python";
tag = "v${version}";
+
hash = "sha256-o4w1+srucPlRq/NqICvdRNxmghxEBoXH05m3m0GQJFM=";
};
postPatch = ''