Skip to content

Commit

Permalink
python311Packages.ipython: 8.18.1 -> 8.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Jan 26, 2024
1 parent 69ecb9f commit a6dec24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/ipython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@

buildPythonPackage rec {
pname = "ipython";
version = "8.18.1";
format = "pyproject";
disabled = pythonOlder "3.8";
version = "8.20.0";
pyproject = true;
disabled = pythonOlder "3.10";

src = fetchPypi {
inherit pname version;
sha256 = "sha256-ym8Hm7M0V8ZuIz5FgOv8QSiFW0z2Nw3d1zhCqVY+iic=";
hash = "sha256-LyG9P8HVFVDInuOUSuBLvHvHnhKeoJN9pubGi/2/EXo=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit a6dec24

Please sign in to comment.