python ipyparallel: 4.0.2 -> 4.1.0

This commit is contained in:
Frederik Rietdijk 2015-11-30 15:27:49 +01:00
parent 340b03637a
commit 697be016ca

View File

@ -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];