Merge pull request #61903 from r-ryantm/auto-update/python3.7-ipyparallel
python37Packages.ipyparallel: 6.2.3 -> 6.2.4
This commit is contained in:
commit
5e348b5143
@ -16,11 +16,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ipyparallel";
|
pname = "ipyparallel";
|
||||||
version = "6.2.3";
|
version = "6.2.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1k9701r120gv0an0wxvcjrbmhns8lq3zj6px5y2izly56j2dafqy";
|
sha256 = "0rf0dbpxf5z82bw8lsjj45r3wdd4wc74anz4wiiaf2rbjqlb1ivn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ nose ];
|
buildInputs = [ nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user