3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.ipython: 8.1.0 -> 8.2.0

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:09 +02:00
parent 8e107ec04e
commit 0e975adc51

View file

@ -28,13 +28,13 @@
buildPythonPackage rec {
pname = "ipython";
version = "8.1.0";
version = "8.2.0";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QsI+kLLequYxJmiF3hZWpRehZz1+HbV+jrOku2zVzhs=";
sha256 = "sha256-cOXrEyysWUo0tfeZvSUliQCZBfBRBHKK6mpAPsJRncE=";
};
buildInputs = [