Revert "python: notebook: 5.7.8 -> 6.0.1"

This reverts commit ad53cf0a82.

I think this commit must have been by mistake. It updates the version of
notebook that was supposed to pin to an old, py2 compatible version.
This commit is contained in:
Timo Kaufmann 2019-10-31 11:15:25 +01:00 committed by Frederik Rietdijk
parent bf946a808d
commit b5ac99fe00

View file

@ -25,11 +25,11 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.0.1";
version = "5.7.8";
src = fetchPypi {
inherit pname version;
sha256 = "660976fe4fe45c7aa55e04bf4bccb9f9566749ff637e9020af3422f9921f9a5d";
sha256 = "573e0ae650c5d76b18b6e564ba6d21bf321d00847de1d215b418acb64f056eb8";
};
LC_ALL = "en_US.utf8";