We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ceef1 + e693603 commit ffcc23eCopy full SHA for ffcc23e
1 file changed
pkgs/development/python-modules/influxdb-client/default.nix
@@ -17,7 +17,7 @@
17
18
buildPythonPackage rec {
19
pname = "influxdb-client";
20
- version = "1.48.0";
+ version = "1.49.0";
21
pyproject = true;
22
23
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
26
owner = "influxdata";
27
repo = "influxdb-client-python";
28
tag = "v${version}";
29
- hash = "sha256-MKTfRsqizZDXPMqJAypUDQBm+a2s6FaEG3TM30wucrI=";
+ hash = "sha256-lu3we/KXwP3oC9bfv6gzbwacOVLGSuPBf9giwmsHXgI=";
30
};
31
32
build-system = [ setuptools ];
0 commit comments