python312Packages.modestmaps: normalize pname

This commit is contained in:
Felix Buehler 2024-03-17 13:16:38 +01:00
parent ccab9e2120
commit 7177f435b8

View File

@ -6,12 +6,13 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "ModestMaps"; pname = "modestmaps";
version = "1.4.7"; version = "1.4.7";
disabled = !isPy27; disabled = !isPy27;
src = fetchPypi { src = fetchPypi {
inherit pname version; pname = "ModestMaps";
inherit version;
sha256 = "698442a170f02923f8ea55f18526b56c17178162e44304f896a8a5fd65ab4457"; sha256 = "698442a170f02923f8ea55f18526b56c17178162e44304f896a8a5fd65ab4457";
}; };