Commit b07a15d7 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.influxdb-client: 1.44.0 -> 1.45.0

parent 2d8b5bc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "influxdb-client";
  version = "1.44.0";
  version = "1.45.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -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 ];