python3Packages.influxdb-client: 1.49.0 -> 1.50.0
Diff: https://github.com/influxdata/influxdb-client-python/compare/v1.49.0...v1.50.0 Changelog: https://github.com/influxdata/influxdb-client-python/blob/v1.50.0/CHANGELOG.md
This commit is contained in:
@@ -16,14 +16,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "influxdb-client";
|
||||
version = "1.49.0";
|
||||
version = "1.50.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "influxdata";
|
||||
repo = "influxdb-client-python";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-lu3we/KXwP3oC9bfv6gzbwacOVLGSuPBf9giwmsHXgI=";
|
||||
hash = "sha256-39ioVlTgvICHArTNhfXZQ+WrUda2B5LxLtMwXWp6krU=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -32,7 +32,6 @@ buildPythonPackage rec {
|
||||
certifi
|
||||
python-dateutil
|
||||
reactivex
|
||||
setuptools
|
||||
urllib3
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user