Unverified Commit 076dd7b5 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python313Packages.pyenphase: 1.23.1 -> 1.25.4

parent 23655aa6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "pyenphase";
  version = "1.23.1";
  version = "1.25.4";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "pyenphase";
    repo = "pyenphase";
    tag = "v${version}";
    hash = "sha256-xiwoFfKMZVgpMfh2CjzhkuZPxCD/NC2nK67r6Miu0eg=";
    hash = "sha256-J7MxHoFffdmPESxyt5CnFd9Y9klP5PiRhG8nzPMaYxw=";
  };

  pythonRelaxDeps = [ "tenacity" ];