Commit 28bd0351 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 67809268
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pyenphase";
  version = "1.19.0";
  version = "1.19.1";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "pyenphase";
    repo = "pyenphase";
    rev = "refs/tags/v${version}";
    hash = "sha256-Wj2CkOvH5mS+DaIcbrqHjK+0mG3gfyF5M9tFImeJ/ko=";
    hash = "sha256-2dKBqGIT4D4QUMixg4ZCxWXjE2zcXoji5i2v+vAPhL4=";
  };

  postPatch = ''