python312Packages.appdirs: fix typo

This commit is contained in:
natsukium
2024-12-31 00:16:34 +09:00
parent d836dc6ebf
commit f5ffbb61db
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "appdirs";
version = "1.4.4";
pypoject = true;
pyproject = true;
disabled = pythonOlder "3.8";