python3Packages.ipython: 8.0.1 -> 8.1.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:02 +01:00
parent 2f978e2731
commit c161e7b47d

View file

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