pythonPackages.notebook: 4.0.6 -> 4.1.0
This commit is contained in:
parent
35cf6c428f
commit
288df4e4d5
@ -11371,12 +11371,12 @@ in modules // {
|
||||
};
|
||||
|
||||
notebook = buildPythonPackage rec {
|
||||
version = "4.0.6";
|
||||
version = "4.1.0";
|
||||
name = "notebook-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/n/notebook/${name}.tar.gz";
|
||||
sha256 = "f62e7a6afbc00bab3615b927595d27b1874cff3218bddcbab62f97f6dae567c3";
|
||||
sha256 = "b597437ba33538221008e21fea71cd01eda9da1515ca3963d7c74e44f4b03d90";
|
||||
};
|
||||
|
||||
buildInputs = with self; [nose] ++ optionals isPy27 [mock];
|
||||
|
Loading…
x
Reference in New Issue
Block a user