diff options
| author | natsukium <tomoya.otabi@gmail.com> | 2023-10-12 11:22:37 +0900 |
|---|---|---|
| committer | natsukium <tomoya.otabi@gmail.com> | 2023-10-12 11:22:37 +0900 |
| commit | 04789c1996da7de587d494332e4dcf93d9c9bfd9 (patch) | |
| tree | 049b5dde3454d806e0a0e40fb3d3f7b7be6ca319 /pkgs/development/python-modules/ipython-sql | |
| parent | 2f01d2020296ffa207897c17f7227bc86eb11851 (diff) | |
python311Packages.ipython-genutils: rename from ipython_genutils
Diffstat (limited to 'pkgs/development/python-modules/ipython-sql')
| -rw-r--r-- | pkgs/development/python-modules/ipython-sql/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ipython-sql/default.nix b/pkgs/development/python-modules/ipython-sql/default.nix index 8853b066ecb6..2fc59859ab2a 100644 --- a/pkgs/development/python-modules/ipython-sql/default.nix +++ b/pkgs/development/python-modules/ipython-sql/default.nix @@ -3,7 +3,7 @@ , fetchFromGitHub , pythonOlder , ipython -, ipython_genutils +, ipython-genutils , pandas , prettytable , pytest @@ -29,7 +29,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ ipython - ipython_genutils + ipython-genutils prettytable sqlalchemy sqlparse |
