Unverified Commit 39a255ad authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #280578 from fabaff/pyenphase-bump

python311Packages.pyenphase: 1.16.0 -> 1.17.0
parents 1fdeb11b ad8c1af7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "pyenphase";
  version = "1.16.0";
  version = "1.17.0";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "pyenphase";
    repo = "pyenphase";
    rev = "refs/tags/v${version}";
    hash = "sha256-4oxYa05TSmhqv/f9gzq+zRsCNU0KSyHt0nZSEmfpx7k=";
    hash = "sha256-GNyhUk2/CSSdigrAJ0T2F1+49PkyPxMaec3nO9/cmNo=";
  };

  postPatch = ''