python312Packages.ipy: normalize pname and folder

This commit is contained in:
Felix Buehler 2024-03-07 21:29:31 +01:00
parent 3f61120136
commit 2383e873f9
2 changed files with 4 additions and 3 deletions

View File

@ -1,12 +1,13 @@
{ lib, buildPythonPackage, fetchPypi, nose }:
buildPythonPackage rec {
pname = "IPy";
pname = "ipy";
version = "1.01";
format = "setuptools";
src = fetchPypi {
inherit pname version;
pname = "IPy";
inherit version;
sha256 = "edeca741dea2d54aca568fa23740288c3fe86c0f3ea700344571e9ef14a7cc1a";
};

View File

@ -5742,7 +5742,7 @@ self: super: with self; {
ipwhois = callPackage ../development/python-modules/ipwhois { };
ipy = callPackage ../development/python-modules/IPy { };
ipy = callPackage ../development/python-modules/ipy { };
ipycanvas = callPackage ../development/python-modules/ipycanvas { };