pythonPackages.ipyparallel: 5.0.0 -> 5.0.1

This commit is contained in:
zimbatm 2016-05-05 22:32:16 +01:00
parent 6f9645e426
commit bfe001e210

View file

@ -10759,12 +10759,12 @@ in modules // {
};
ipyparallel = buildPythonPackage rec {
version = "5.0.0";
version = "5.0.1";
name = "ipyparallel-${version}";
src = pkgs.fetchurl {
url = "mirror://pypi/i/ipyparallel/${name}.tar.gz";
sha256 = "ffa7e2e29fdc4844b3c1721f46b42eee5a1abe5cbb851ccf79d0f4f89b9fe21a";
sha256 = "1cpydbm1k02y5m4grp0c1z5lbgkpp5f4xp3j5v49g9lmd70ikqs8";
};
buildInputs = with self; [ nose ];