python3Packages.pynintendoparental: 2.3.2 -> 2.3.2.1

This commit is contained in:
R. Ryantm
2026-02-06 06:41:06 +00:00
parent d96e0ef24c
commit 1d6ba98293
@@ -9,14 +9,14 @@
buildPythonPackage (finalAttrs: {
pname = "pynintendoparental";
version = "2.3.2";
version = "2.3.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pantherale0";
repo = "pynintendoparental";
tag = finalAttrs.version;
hash = "sha256-jF1hoGNDwbbacJuLiFAdtaXOykzioUt++RQrYO1skkA=";
hash = "sha256-dQoYollXElYU1j/O5D6kt3d1lpbVyhAtekA9o5eV0Ws=";
};
postPatch = ''