diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-04-01 04:09:56 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-04-03 23:10:43 +0200 |
| commit | b20f7c3bbc53b2f24e7e753faff2f5aa99272bab (patch) | |
| tree | a07f2d80df6c2e8ada9c359584965bf08834a4df /pkgs/development/python-modules/ipython | |
| parent | f988da7aac8064b24a59c8ce65ae9d1758d2d0ec (diff) | |
python313Packages.ipython: 8.32.0 -> 9.0.2
https://github.com/ipython/ipython/blob/9.0.2/docs/source/whatsnew/version9.rst
Diffstat (limited to 'pkgs/development/python-modules/ipython')
| -rw-r--r-- | pkgs/development/python-modules/ipython/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix index 0b8e9977050e..596dcade0109 100644 --- a/pkgs/development/python-modules/ipython/default.nix +++ b/pkgs/development/python-modules/ipython/default.nix @@ -12,6 +12,7 @@ # Runtime dependencies decorator, exceptiongroup, + ipython-pygments-lexers, jedi, matplotlib-inline, pexpect, @@ -43,13 +44,13 @@ buildPythonPackage rec { pname = "ipython"; - version = "8.32.0"; + version = "9.0.2"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchPypi { inherit pname version; - hash = "sha256-viyRiVsLnqe6SdM7I+IEDDUrM+tqUZzKfObgx0NEQlE="; + hash = "sha256-7HtHnj5WVr9PWMZSwSBJTfGCD08o9SL7fKCeITwqq1I="; }; build-system = [ setuptools ]; @@ -57,6 +58,7 @@ buildPythonPackage rec { dependencies = [ decorator + ipython-pygments-lexers jedi matplotlib-inline pexpect |
