python311Packages.influxdb-client: 1.36.1 -> 1.37.0
Diff: https://github.com/influxdata/influxdb-client-python/compare/refs/tags/v1.36.1...v1.37.0 Changelog: https://github.com/influxdata/influxdb-client-python/blob/v1.37.0/CHANGELOG.md
This commit is contained in:
parent
f9e7c7f7e5
commit
615d3b1ecf
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "influxdb-client";
|
||||
version = "1.36.1";
|
||||
version = "1.37.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "influxdata";
|
||||
repo = "influxdb-client-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-O10q/ResES3mE26LZQLgGPSLjhUCEOwZpm6vZj6H5mQ=";
|
||||
hash = "sha256-paS+/miraJ9vRL1ZEAWJRSVd1hGvrYJe+0YD/F4sGDs=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user