pythonPackages.notebook: 4.2.2 -> 4.2.3
This commit is contained in:
parent
08d61cea4b
commit
7ad156b476
@ -15209,12 +15209,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
notebook = buildPythonPackage rec {
|
notebook = buildPythonPackage rec {
|
||||||
version = "4.2.2";
|
version = "4.2.3";
|
||||||
name = "notebook-${version}";
|
name = "notebook-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/n/notebook/${name}.tar.gz";
|
url = "mirror://pypi/n/notebook/${name}.tar.gz";
|
||||||
sha256 = "418ba230c9b2e7e739940cae9fb4625e10a63f038e9c95cf1a9b7a244256ba38";
|
sha256 = "39a9603d3fe88b60de2903680c965cf643acf2c16fb2c6bac1d905e1042b5851";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
Loading…
Reference in New Issue
Block a user