python37Packages.jupyter_console: 6.1.0 -> 6.2.0

This commit is contained in:
R. RyanTM 2020-09-29 23:27:23 +00:00 committed by Jon
parent b9aacdf39e
commit 2fe02c2890

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "jupyter_console";
version = "6.1.0";
version = "6.2.0";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "06s3kr5vx0l1y1b7fxb04dmrppscl7q69sl9yyfr0d057d1ssvkg";
sha256 = "7f6194f4f4692d292da3f501c7f343ccd5e36c6a1becf7b7515e23e66d6bf1e9";
};
propagatedBuildInputs = [