pythonPackages.notebook: 4.2.1 -> 4.2.2
This commit is contained in:
parent
22088b4b25
commit
356509ad45
@ -14321,12 +14321,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
notebook = buildPythonPackage rec {
|
notebook = buildPythonPackage rec {
|
||||||
version = "4.2.1";
|
version = "4.2.2";
|
||||||
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 = "15z1j821iywjcjf6d8r338jm09l9qwk8z9gjplag56dvv8jfb7d4";
|
sha256 = "418ba230c9b2e7e739940cae9fb4625e10a63f038e9c95cf1a9b7a244256ba38";
|
||||||
};
|
};
|
||||||
|
|
||||||
LC_ALL = "en_US.UTF-8";
|
LC_ALL = "en_US.UTF-8";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user