diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-05 04:40:11 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2025-08-09 19:00:06 +0200 |
| commit | 8d7e1b6ff77cd0fb77dae0e79fdc0d2fa6304096 (patch) | |
| tree | 78015ed2c558abdc36969dd7c8cf567a8c47130e /pkgs/development/python-modules/ipython | |
| parent | 5207ab8d1ebc8c953939c52d56cd54c1609eb772 (diff) | |
python3Packages.ipython: 9.3.0 -> 9.4.0
https://github.com/ipython/ipython/blob/9.4.0/docs/source/whatsnew/version9.rst
This commit was automatically generated using update-python-libraries.
Diffstat (limited to 'pkgs/development/python-modules/ipython')
| -rw-r--r-- | pkgs/development/python-modules/ipython/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/ipython/default.nix b/pkgs/development/python-modules/ipython/default.nix index 66680b336217..a2f8bac3b77a 100644 --- a/pkgs/development/python-modules/ipython/default.nix +++ b/pkgs/development/python-modules/ipython/default.nix @@ -36,12 +36,12 @@ buildPythonPackage rec { pname = "ipython"; - version = "9.3.0"; + version = "9.4.0"; pyproject = true; src = fetchPypi { inherit pname version; - hash = "sha256-eeuJb58j9QrRbDvCBfaG9uAwrSRswwnGJ5okKxSv6dg="; + hash = "sha256-wDPG1OeRTD2XaKq+drvoe6HcZqkqBdtr+hEl2B8u4nA="; }; build-system = [ setuptools ]; |
