Skip to content

Commit

Permalink
Merge pull request #334157 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.influxdb-client

python312Packages.influxdb-client: 1.44.0 -> 1.45.0
  • Loading branch information
fabaff authored Aug 12, 2024
2 parents 037520c + b07a15d commit dd34239
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.44.0";
version = "1.45.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-iG9edGHqhExUoL+1q8s5QvY/mrYOMosgtA2P1zwO3o8=";
hash = "sha256-Mhbje/wRltU04jrDQBZVG4OuGdBn20gmBRnnPqyzjcU=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit dd34239

Please sign in to comment.