Merge pull request #297039 from Stunkymonkey/python-wikipedia-api-normalize

python312Packages.wikipedia-api: normalize pname

authored by Mario Rodas and committed by GitHub c49b48ed e1484606

+1 -1
+1 -1
pkgs/development/python-modules/wikipedia-api/default.nix
··· 6 }: 7 8 buildPythonPackage rec { 9 - pname = "Wikipedia-API"; 10 version = "0.6.0"; 11 format = "setuptools"; 12
··· 6 }: 7 8 buildPythonPackage rec { 9 + pname = "wikipedia-api"; 10 version = "0.6.0"; 11 format = "setuptools"; 12