python312Packages.appdirs: fix typo (#369422)

This commit is contained in:
Emily
2025-01-05 19:25:19 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "appdirs";
version = "1.4.4";
pypoject = true;
pyproject = true;
disabled = pythonOlder "3.8";