python3Packages.jupyter_client: 7.2.1 -> 7.3.4

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:14 +02:00
parent dcd8af0f8b
commit 046ae7a687

View File

@ -3,6 +3,7 @@
, fetchPypi
, entrypoints
, jupyter_core
, hatchling
, nest-asyncio
, python-dateutil
, pyzmq
@ -14,13 +15,18 @@
buildPythonPackage rec {
pname = "jupyter_client";
version = "7.2.1";
version = "7.3.4";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-qhdyeekyBdBoHsDi4hDaAbIsWhRkpWq9RVrcrGTw3pE=";
sha256 = "sha256-qppsMgVLKQN0+V9zuwyukUVcWN+4T2XIWRkSuPZebVY=";
};
nativeBuildInputs = [
hatchling
];
propagatedBuildInputs = [
entrypoints
jupyter_core