python: notebook: 6.0.3 -> 6.1.3

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:08 +02:00
parent 7118302e34
commit bc2303f109

View File

@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "notebook";
version = "6.0.3";
version = "6.1.3";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "47a9092975c9e7965ada00b9a20f0cf637d001db60d241d479f53c0be117ad48";
sha256 = "9990d51b9931a31e681635899aeb198b4c4b41586a9e87fbfaaed1a71d0a05b6";
};
LC_ALL = "en_US.utf8";