python310Packages.ipyparallel: 8.4.1 -> 8.6.1

This commit is contained in:
R. Ryantm 2023-05-19 02:09:59 +00:00
parent 2a49ffd158
commit 65da60a99f

View file

@ -20,14 +20,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ipyparallel"; pname = "ipyparallel";
version = "8.4.1"; version = "8.6.1";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-Zwu+BXVTgXQuHqARd9xCj/jz6Urx8NVkLJ0Z83yoKJs="; hash = "sha256-o5ql75VgFwvw6a/typ/wReG5wYMsSTAzd+3Mkc6p+3c=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [