python3Packages.nbclassic: 0.3.1 -> 0.3.5

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:34 -08:00 committed by Martin Weinelt
parent be3125a649
commit 8c6e27d650

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "nbclassic";
version = "0.3.1";
version = "0.3.5";
disabled = pythonOlder "3.6";
# tests only on github
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "jupyterlab";
repo = pname;
rev = version;
sha256 = "sha256-gx086w/qYB02UFEDly+0mUsV5BvAVAuhqih4wev2p/w=";
sha256 = "1d0x7nwsaw5qjw4iaylc2sxlpiq3hlg9sy3i2nh7sn3wckwl76lc";
};
propagatedBuildInputs = [ jupyter_server notebook ];