python313Packages.pynintendoparental: 2.3.0 -> 2.3.2

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

Changelog: https://github.com/pantherale0/pynintendoparental/releases/tag/2.3.2
This commit is contained in:
Fabian Affolter
2026-01-09 20:58:05 +01:00
parent 03030b36ee
commit 71fb0df185
@@ -9,14 +9,14 @@
buildPythonPackage rec {
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=";
hash = "sha256-jF1hoGNDwbbacJuLiFAdtaXOykzioUt++RQrYO1skkA=";
};
postPatch = ''