Skip to content

Commit

Permalink
python312Packages.ipython: 8.27.0 -> 8.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Oct 26, 2024
1 parent dc2709d commit b50611e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ipython/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@

buildPythonPackage rec {
pname = "ipython";
version = "8.27.0";
version = "8.29.0";
pyproject = true;
disabled = pythonOlder "3.10";

src = fetchPypi {
inherit pname version;
hash = "sha256-C5mi3J8V/WhpLomOVWhyXG1JxSfTap+1lg/73qqC/34=";
hash = "sha256-QLYOFbIlkUUO73PkCgJ893vWUudXUj7rxb18fEmCkOs=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit b50611e

Please sign in to comment.