python313Packages.influxdb3-python: 0.17.0 -> 0.18.0 (#493058)

This commit is contained in:
Fabian Affolter
2026-02-23 15:42:12 +00:00
committed by GitHub
@@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "influxdb3-python";
version = "0.17.0";
version = "0.18.0";
pyproject = true;
src = fetchFromGitHub {
owner = "InfluxCommunity";
repo = "influxdb3-python";
tag = "v${finalAttrs.version}";
hash = "sha256-DqCA0sk5xOQTFoJR+b/r+PN9bJaWSkgsFUK1o1qaAoU=";
hash = "sha256-6IR1Jd/4cKk+79lh8NrfLfDtFQgEDEe9KCDIuOyUVsE=";
};
postPatch = ''