mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
pythonPackages.ipyparallel: 5.0.0 -> 5.0.1
This commit is contained in:
parent
6f9645e426
commit
bfe001e210
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue