mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python ipyparallel: 4.0.2 -> 4.1.0
This commit is contained in:
parent
340b03637a
commit
697be016ca
1 changed files with 2 additions and 2 deletions
|
@ -8507,12 +8507,12 @@ in modules // {
|
|||
};
|
||||
|
||||
ipyparallel = buildPythonPackage rec {
|
||||
version = "4.0.2";
|
||||
version = "4.1.0";
|
||||
name = "ipyparallel-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/i/ipyparallel/${name}.tar.gz";
|
||||
sha256 = "6b9e09ca441a45e055b97cb8e3e1dd30de85b935fae3aa0d97f138352fd3089b";
|
||||
sha256 = "c943f6b3bbabb9332336d15474969e2a7a73d5b583f9786f7b357c75e4b1709a";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ipython_genutils decorator pyzmq ipython jupyter_client ipykernel];
|
||||
|
|
Loading…
Reference in a new issue