Unverified Commit 13495dcb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.nibe: 2.16.0 -> 2.17.0 (#391762)

parents a9d9e85e 2ce6350f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "nibe";
  version = "2.16.0";
  version = "2.17.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "yozik04";
    repo = "nibe";
    tag = version;
    hash = "sha256-iY7HjHxuQGrkiVPxUhELdij8u6g5IZxp/6Jydo7SOfQ=";
    hash = "sha256-wq+Gtt2oW8koxOqu3z8G3XvHo6Ur+FhWPe+KslDG754=";
  };

  pythonRelaxDeps = [ "async-modbus" ];