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

python313Packages.pyenphase: 1.26.0 -> 1.26.1 (#406177)

parents 6f0b52c0 a9a15e36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "pyenphase";
  version = "1.26.0";
  version = "1.26.1";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "pyenphase";
    repo = "pyenphase";
    tag = "v${version}";
    hash = "sha256-Qr+F19J1JYazofriDWODDbDEYlUZAKv/4TVwoIRj5Rg=";
    hash = "sha256-EKelQNHDaWSBrr19a8kYRI/wOYcRS9umJIo4oW9aU6k=";
  };

  pythonRelaxDeps = [ "tenacity" ];