pythonPackages.notebook: 5.4.0 -> 5.4.1

This commit is contained in:
Vaibhav Sagar 2018-03-22 11:40:54 +08:00
parent f83cbf2029
commit 765211451d

View file

@ -24,11 +24,11 @@
buildPythonPackage rec {
pname = "notebook";
version = "5.4.0";
version = "5.4.1";
src = fetchPypi {
inherit pname version;
sha256 = "dd431fad9bdd25aa9ff8265da096ef770475e21bf1d327982611a7de5cd904ca";
sha256 = "01l6yp78sp27vns4cxh8ybr7x0pixxn97cp0i3w6s0lv1v8l6qbx";
};
LC_ALL = "en_US.utf8";