Unverified Commit 29b47edc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.nibe: 2.17.0 -> 2.18.0 (#441669)

parents 6dfd7551 17b3d90e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

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

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

  pythonRelaxDeps = [ "async-modbus" ];