Unverified Commit 04ac25b5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.nibe: 2.20.0 -> 2.21.0 (#476982)

parents 414c08a4 2f039d99
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,14 +18,14 @@

buildPythonPackage rec {
  pname = "nibe";
  version = "2.20.0";
  version = "2.21.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "yozik04";
    repo = "nibe";
    tag = version;
    hash = "sha256-FeYM4UClx0qfv8QuDUBN3hc2MLVkmnnUC6+0wnywAuA=";
    hash = "sha256-I4Qgwdx5alkNso0FMz4wRWZffbDQm5VblmPdwtU/jXg=";
  };

  pythonRelaxDeps = [ "async-modbus" ];