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