python3Packages.jupyter_client: 7.2.1 -> 7.3.4
This commit is contained in:
parent
dcd8af0f8b
commit
046ae7a687
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user