python3Packages.influxdb3-python: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm 2025-08-14 09:05:15 +00:00
parent aebb310757
commit e627055445

View File

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "influxdb3-python";
version = "0.14.0";
version = "0.15.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "InfluxCommunity";
repo = "influxdb3-python";
tag = "v${version}";
hash = "sha256-gCLH1MtLYggB3t/+B062w31go5mGf0GELZWhO0DnZy8=";
hash = "sha256-BbU/CeTlJHIoZBj+NCl9Cdag/6tTP3y6FFJMPiShRUA=";
};
postPatch = ''