Unverified Commit 2b8d4516 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.nibe: 2.15.0 -> 2.16.0 (#385313)

parents 18ef7bdf dc8293ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

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

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

  pythonRelaxDeps = [ "async-modbus" ];