pythonPackages.ipyparallel: 5.0.0 -> 5.0.1
This commit is contained in:
parent
6f9645e426
commit
bfe001e210
@ -10759,12 +10759,12 @@ in modules // {
|
|||||||
};
|
};
|
||||||
|
|
||||||
ipyparallel = buildPythonPackage rec {
|
ipyparallel = buildPythonPackage rec {
|
||||||
version = "5.0.0";
|
version = "5.0.1";
|
||||||
name = "ipyparallel-${version}";
|
name = "ipyparallel-${version}";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/i/ipyparallel/${name}.tar.gz";
|
url = "mirror://pypi/i/ipyparallel/${name}.tar.gz";
|
||||||
sha256 = "ffa7e2e29fdc4844b3c1721f46b42eee5a1abe5cbb851ccf79d0f4f89b9fe21a";
|
sha256 = "1cpydbm1k02y5m4grp0c1z5lbgkpp5f4xp3j5v49g9lmd70ikqs8";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with self; [ nose ];
|
buildInputs = with self; [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user