1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: ipyparallel: 6.2.1 -> 6.2.2

This commit is contained in:
Frederik Rietdijk 2018-07-22 12:10:58 +02:00
parent c75ddbfeee
commit 63b5053447

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "ipyparallel";
version = "6.2.1";
version = "6.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "9afb0001d6fa2eca9340e9daab5da021db05211987868f47ab5b305d701cb12d";
sha256 = "02b225966d5c20f12b1fba0b6b10aa5d352a6b492e075f137ff0ff6e95b9358e";
};
buildInputs = [ nose ];