Commit 2383e873 authored by Felix Buehler's avatar Felix Buehler
Browse files

python312Packages.ipy: normalize pname and folder

parent 3f611201
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ 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";
  };

+1 −1
Original line number Diff line number Diff line
@@ -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 { };