Loading pkgs/development/python-modules/pyenphase/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -20,16 +20,16 @@ tenacity, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyenphase"; version = "2.4.2"; version = "2.4.3"; pyproject = true; src = fetchFromGitHub { owner = "pyenphase"; repo = "pyenphase"; tag = "v${version}"; hash = "sha256-WpfiRACZ08M9EQbjfM5dNz2cFFGd7OlG/SB6F128Rcs="; tag = "v${finalAttrs.version}"; hash = "sha256-JJtkfN3udslcNYMXGGRXjyPqP3hjix9bg7GcGNOoMbM="; }; pythonRelaxDeps = [ "tenacity" ]; Loading Loading @@ -67,8 +67,8 @@ buildPythonPackage rec { meta = { description = "Library to control enphase envoy"; homepage = "https://github.com/pyenphase/pyenphase"; changelog = "https://github.com/pyenphase/pyenphase/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/pyenphase/pyenphase/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pyenphase/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -20,16 +20,16 @@ tenacity, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyenphase"; version = "2.4.2"; version = "2.4.3"; pyproject = true; src = fetchFromGitHub { owner = "pyenphase"; repo = "pyenphase"; tag = "v${version}"; hash = "sha256-WpfiRACZ08M9EQbjfM5dNz2cFFGd7OlG/SB6F128Rcs="; tag = "v${finalAttrs.version}"; hash = "sha256-JJtkfN3udslcNYMXGGRXjyPqP3hjix9bg7GcGNOoMbM="; }; pythonRelaxDeps = [ "tenacity" ]; Loading Loading @@ -67,8 +67,8 @@ buildPythonPackage rec { meta = { description = "Library to control enphase envoy"; homepage = "https://github.com/pyenphase/pyenphase"; changelog = "https://github.com/pyenphase/pyenphase/blob/${src.tag}/CHANGELOG.md"; changelog = "https://github.com/pyenphase/pyenphase/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })