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:
Mario Rodas 2019-05-23 18:07:12 -05:00 committed by GitHub
commit 5e348b5143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "ipyparallel";
version = "6.2.3";
version = "6.2.4";
src = fetchPypi {
inherit pname version;
sha256 = "1k9701r120gv0an0wxvcjrbmhns8lq3zj6px5y2izly56j2dafqy";
sha256 = "0rf0dbpxf5z82bw8lsjj45r3wdd4wc74anz4wiiaf2rbjqlb1ivn";
};
buildInputs = [ nose ];