summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/ipython
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:40:37 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:27 +0100
commitab4633145d67e1b2b803dd81747e455652efbf5c (patch)
tree3aed2008013525a335effe27a0878f620d256055 /pkgs/development/python-modules/ipython
parente5cb6b276fdb396ac7bb394a2174041236fcef3d (diff)
python3Packages.ipython: 8.22.1 -> 8.22.2
https://github.com/ipython/ipython/blob/8.22.2/docs/source/whatsnew/version8.rst
Diffstat (limited to 'pkgs/development/python-modules/ipython')
-rw-r--r--pkgs/development/python-modules/ipython/default.nix4
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 1db612806301..ecb26f25474d 100644
--- a/pkgs/development/python-modules/ipython/default.nix
+++ b/pkgs/development/python-modules/ipython/default.nix
@@ -28,13 +28,13 @@
buildPythonPackage rec {
pname = "ipython";
- version = "8.22.1";
+ version = "8.22.2";
pyproject = true;
disabled = pythonOlder "3.10";
src = fetchPypi {
inherit pname version;
- hash = "sha256-Ocb578B5+xm/sPF+7pA5eP6aKQsbgtaBlsZBzst26iI=";
+ hash = "sha256-LcqtkEn5BW8f72NRTxdsfUH5MNqnjQW4KhdiAoGPLBQ=";
};
nativeBuildInputs = [