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