python310Packages.ipyparallel: 8.2.0 -> 8.2.1
This commit is contained in:
parent
9b3c634e47
commit
e48ff4cdb0
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue