Revert "python3Packages.notebook: 5.7.8 -> 6.0.3"

This reverts commit 62425ee576.

Mistaken update of the pinned python2 version.
This commit is contained in:
Timo Kaufmann 2020-05-07 21:53:27 +02:00 committed by Frederik Rietdijk
parent ffa08af5c2
commit 236fdbcb62

View file

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