python3Packages.pynintendoparental: 2.3.3 -> 2.3.4 (#508977)

This commit is contained in:
dotlambda
2026-04-11 14:20:59 +00:00
committed by GitHub
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "pynintendoparental";
version = "2.3.3";
version = "2.3.4";
pyproject = true;
src = fetchFromGitHub {
owner = "pantherale0";
repo = "pynintendoparental";
tag = finalAttrs.version;
hash = "sha256-2qcupx+x578E+n+YsmB81XrVE5M0QFZPP82H5KxEkss=";
hash = "sha256-Lwr3iwRFForLvlFV9Z7l9diduNDu9dtrQSCaVMPcKJs=";
};
postPatch = ''