Skip to content

Commit

Permalink
python312Packages.influxdb-client: 1.47.0 -> 1.48.0 (#360849)
Browse files Browse the repository at this point in the history
  • Loading branch information
wegank authored Jan 1, 2025
2 parents 6daea4e + 118327e commit 644fe64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/influxdb-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

buildPythonPackage rec {
pname = "influxdb-client";
version = "1.47.0";
version = "1.48.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "influxdata";
repo = "influxdb-client-python";
rev = "refs/tags/v${version}";
hash = "sha256-1QWy+mdVttowdbIBmtW6gYwkJ4p9sL0D+DxsHk3xgvc=";
hash = "sha256-MKTfRsqizZDXPMqJAypUDQBm+a2s6FaEG3TM30wucrI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 644fe64

Please sign in to comment.