python313Packages.pynintendoparental: 2.1.3 -> 2.3.0

Diff: https://github.com/pantherale0/pynintendoparental/compare/2.1.3...2.3.0

Changelog: https://github.com/pantherale0/pynintendoparental/releases/tag/2.3.0
This commit is contained in:
Fabian Affolter
2025-12-25 11:26:54 +01:00
parent f4617aa049
commit db6cdeb4c2
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "pynintendoparental";
version = "2.1.3";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "pantherale0";
repo = "pynintendoparental";
tag = version;
hash = "sha256-47usTrCxHpbUFI2NEmjtumeliRrlYXfPz7VSUE1Vd8Q=";
hash = "sha256-gq81cdI/HegNs1llQkC4GbEzHzvEs6f4MrBtIK/G2SE=";
};
postPatch = ''