pythonPackages.notebook: 4.2.1 -> 4.2.2

This commit is contained in:
Frederik Rietdijk 2016-08-06 08:36:59 +02:00
parent 22088b4b25
commit 356509ad45

View file

@ -14321,12 +14321,12 @@ in modules // {
};
notebook = buildPythonPackage rec {
version = "4.2.1";
version = "4.2.2";
name = "notebook-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/n/notebook/${name}.tar.gz";
sha256 = "15z1j821iywjcjf6d8r338jm09l9qwk8z9gjplag56dvv8jfb7d4";
sha256 = "418ba230c9b2e7e739940cae9fb4625e10a63f038e9c95cf1a9b7a244256ba38";
};
LC_ALL = "en_US.UTF-8";