pythonPackages.notebook: 4.2.3 -> 4.3.2
This commit is contained in:
parent
68bb54a89b
commit
4677b6cf84
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user