mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #12245 from FRidh/notebook
pythonPackages.notebook: 4.0.6 -> 4.1.0
This commit is contained in:
commit
0f5d72c596
1 changed files with 2 additions and 2 deletions
|
@ -11412,12 +11412,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…
Reference in a new issue