Unverified Commit 6df2f2ea authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.nibe: 2.14.0 -> 2.15.0 (#371612)

parents 961047ab 4687c6e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "nibe";
  version = "2.14.0";
  version = "2.15.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "yozik04";
    repo = "nibe";
    tag = version;
    hash = "sha256-qk2RUGutzxpoEriTa08W2aDQ1c4y2DzNHMx4K1IW5RQ=";
    hash = "sha256-lV5Wp2Qp1v6RE/zA1VqvdWHFZXb+aeFdmhA87wnF46U=";
  };

  pythonRelaxDeps = [ "async-modbus" ];