python310Packages.ipyparallel: 8.2.0 -> 8.2.1

This commit is contained in:
R. Ryantm 2022-04-02 22:54:30 +00:00 committed by Frederik Rietdijk
parent 9b3c634e47
commit e48ff4cdb0

View file

@ -19,11 +19,11 @@
buildPythonPackage rec {
pname = "ipyparallel";
version = "8.2.0";
version = "8.2.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-D9n2SlEgmAqJtkKZgGwSu434zuoVXlIAtwUwHrJAHhk=";
sha256 = "sha256-8mdHPFL8aohsa4Fq2xVb7Asne8fSJPs/q+uDg05zPHI=";
};
buildInputs = [ nose ];