Unverified Commit d6c69b73 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #325210 from fabaff/pyenphase-bump

python312Packages.pyenphase: 1.20.5 -> 1.20.6
parents 2773725f d3e6b1f7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "pyenphase";
  version = "1.20.5";
  version = "1.20.6";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "pyenphase";
    repo = "pyenphase";
    rev = "refs/tags/v${version}";
    hash = "sha256-eP+tKpcRHHeRQEXMSIItgsUkv5SjQXnMsQbQMm50cpM=";
    hash = "sha256-gR2VSMAjobecNpAYYoQ/Os3slcLSnLZMblzwDzQeEx8=";
  };

  postPatch = ''