python312Packages.influxdb3-python: 0.9.0 -> 0.10.0 (#359619)

This commit is contained in:
Fabian Affolter 2024-11-28 21:03:14 +01:00 committed by GitHub
commit 02d838abb9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "influxdb3-python"; pname = "influxdb3-python";
version = "0.9.0"; version = "0.10.0";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "InfluxCommunity"; owner = "InfluxCommunity";
repo = "influxdb3-python"; repo = "influxdb3-python";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-4P+bQEldyBNh4qsIkoZLXnUOrQ5wVGbr55xbS0oQMMM="; hash = "sha256-b+AxR6TFHrejSeU6el5beCFscKIsyaonMDC8jZWShRM=";
}; };
postPatch = '' postPatch = ''