python310Packages.influxdb-client: 1.36.0 -> 1.36.1

This commit is contained in:
R. Ryantm
2023-02-28 10:19:24 +00:00
parent 9e56d6ec92
commit d9e39ec30a
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "influxdb-client";
version = "1.36.0";
version = "1.36.1";
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-RHcUkIYzshJr6r76Kq4FsjDl9YXZJOaCeijBwMTvPfw=";
hash = "sha256-O10q/ResES3mE26LZQLgGPSLjhUCEOwZpm6vZj6H5mQ=";
};
propagatedBuildInputs = [