pythonPackages.notebook: 4.2.3 -> 4.3.2

This commit is contained in:
Frederik Rietdijk 2017-02-01 14:44:05 +01:00
parent 68bb54a89b
commit 4677b6cf84

View file

@ -15957,12 +15957,12 @@ in {
};
notebook = buildPythonPackage rec {
version = "4.2.3";
version = "4.3.2";
name = "notebook-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/n/notebook/${name}.tar.gz";
sha256 = "39a9603d3fe88b60de2903680c965cf643acf2c16fb2c6bac1d905e1042b5851";
sha256 = "fc77edf4ec295542172aa66a3e9d527e75038fcaadd3ed20afbf8596e5629aa9";
};
LC_ALL = "en_US.UTF-8";