pythonPackages.notebook: 5.6.0 -> 5.7.0

This commit is contained in:
Chris Ostrouchov 2018-11-03 22:08:33 -04:00 committed by Frederik Rietdijk
parent d69246709f
commit 7a2de9e9ac

View File

@ -25,11 +25,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "notebook"; pname = "notebook";
version = "5.6.0"; version = "5.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "e2c8e931cc19db4f8c63e6a396efbc13a228b2cb5b2919df011b946f28239a08"; sha256 = "b85e4de3d54cf4f14fe1d0515a980ccb49ddd4cdd21250cc0d4fb6374d50b1a7";
}; };
LC_ALL = "en_US.utf8"; LC_ALL = "en_US.utf8";