Commit 7177f435 authored by Felix Buehler's avatar Felix Buehler
Browse files

python312Packages.modestmaps: normalize pname

parent ccab9e21
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,12 +6,13 @@
}:

buildPythonPackage rec {
  pname = "ModestMaps";
  pname = "modestmaps";
  version = "1.4.7";
  disabled = !isPy27;

  src = fetchPypi {
    inherit pname version;
    pname = "ModestMaps";
    inherit version;
    sha256 = "698442a170f02923f8ea55f18526b56c17178162e44304f896a8a5fd65ab4457";
  };