python3Packages.ipython: 9.5.0 -> 9.7.0

This commit is contained in:
Achmad Fathoni
2025-12-02 17:06:14 +07:00
parent 4e086aa8be
commit 42cd179abe
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "ipython";
version = "9.5.0";
version = "9.7.0";
outputs = [
"out"
"man"
@@ -45,7 +45,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-EpxEuUH+bZuC02/Hp8GBJ92x1vAvePhn9ALi463eMRM=";
hash = "sha256-X23ojJBaVmxqnWxACo/tVKY44fdUPReq4lURMyFrHk4=";
};
build-system = [ setuptools ];