Skip to content

Commit ffcc23e

Browse files
authored
python312Packages.influxdb-client: 1.48.0 -> 1.49.0 (NixOS#411432)
2 parents 33ceef1 + e693603 commit ffcc23e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/influxdb-client

pkgs/development/python-modules/influxdb-client/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
buildPythonPackage rec {
1919
pname = "influxdb-client";
20-
version = "1.48.0";
20+
version = "1.49.0";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
2626
owner = "influxdata";
2727
repo = "influxdb-client-python";
2828
tag = "v${version}";
29-
hash = "sha256-MKTfRsqizZDXPMqJAypUDQBm+a2s6FaEG3TM30wucrI=";
29+
hash = "sha256-lu3we/KXwP3oC9bfv6gzbwacOVLGSuPBf9giwmsHXgI=";
3030
};
3131

3232
build-system = [ setuptools ];

0 commit comments

Comments
 (0)