python: notebook: 6.0.1 -> 6.0.2

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:38 +01:00
parent 4c26c54454
commit b27b8ab803

View File

@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.0.1";
version = "6.0.2";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "660976fe4fe45c7aa55e04bf4bccb9f9566749ff637e9020af3422f9921f9a5d";
sha256 = "399a4411e171170173344761e7fd4491a3625659881f76ce47c50231ed714d9b";
};
LC_ALL = "en_US.utf8";