Loading pkgs/development/python-modules/pynintendoparental/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,21 +7,21 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pynintendoparental"; version = "2.3.0"; version = "2.3.2"; pyproject = true; src = fetchFromGitHub { owner = "pantherale0"; repo = "pynintendoparental"; tag = version; hash = "sha256-gq81cdI/HegNs1llQkC4GbEzHzvEs6f4MrBtIK/G2SE="; tag = finalAttrs.version; hash = "sha256-jF1hoGNDwbbacJuLiFAdtaXOykzioUt++RQrYO1skkA="; }; postPatch = '' substituteInPlace pynintendoparental/_version.py \ --replace-fail '__version__ = "0.0.0"' '__version__ = "${version}"' --replace-fail '__version__ = "0.0.0"' '__version__ = "${finalAttrs.version}"' ''; build-system = [ setuptools ]; Loading @@ -37,10 +37,10 @@ buildPythonPackage rec { doCheck = false; meta = { changelog = "https://github.com/pantherale0/pynintendoparental/releases/tag/${src.tag}"; changelog = "https://github.com/pantherale0/pynintendoparental/releases/tag/${finalAttrs.src.tag}"; description = "Python module to interact with Nintendo Parental Controls"; homepage = "https://github.com/pantherale0/pynintendoparental"; license = lib.licenses.mit; maintainers = [ lib.maintainers.dotlambda ]; }; } }) Loading
pkgs/development/python-modules/pynintendoparental/default.nix +7 −7 Original line number Diff line number Diff line Loading @@ -7,21 +7,21 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pynintendoparental"; version = "2.3.0"; version = "2.3.2"; pyproject = true; src = fetchFromGitHub { owner = "pantherale0"; repo = "pynintendoparental"; tag = version; hash = "sha256-gq81cdI/HegNs1llQkC4GbEzHzvEs6f4MrBtIK/G2SE="; tag = finalAttrs.version; hash = "sha256-jF1hoGNDwbbacJuLiFAdtaXOykzioUt++RQrYO1skkA="; }; postPatch = '' substituteInPlace pynintendoparental/_version.py \ --replace-fail '__version__ = "0.0.0"' '__version__ = "${version}"' --replace-fail '__version__ = "0.0.0"' '__version__ = "${finalAttrs.version}"' ''; build-system = [ setuptools ]; Loading @@ -37,10 +37,10 @@ buildPythonPackage rec { doCheck = false; meta = { changelog = "https://github.com/pantherale0/pynintendoparental/releases/tag/${src.tag}"; changelog = "https://github.com/pantherale0/pynintendoparental/releases/tag/${finalAttrs.src.tag}"; description = "Python module to interact with Nintendo Parental Controls"; homepage = "https://github.com/pantherale0/pynintendoparental"; license = lib.licenses.mit; maintainers = [ lib.maintainers.dotlambda ]; }; } })