python313Packages.ipython: 8.32.0 -> 9.0.2

https://github.com/ipython/ipython/blob/9.0.2/docs/source/whatsnew/version9.rst
This commit is contained in:
Martin Weinelt
2025-04-03 23:10:43 +02:00
parent f988da7aac
commit b20f7c3bbc
@@ -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