python3Packages.jupyter-client: 8.6.2 -> 8.6.3

https://github.com/jupyter/jupyter_client/blob/v8.6.3/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2024-10-13 11:08:49 +02:00
parent 4f7b2ee0e1
commit 94d435d1f9
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "jupyter-client";
version = "8.6.2";
version = "8.6.3";
pyproject = true;
src = fetchPypi {
pname = "jupyter_client";
inherit version;
hash = "sha256-K9oU1V7lulhVKoxTrkPSFa2YaIU0iSE/N9oGDO1U2N8=";
hash = "sha256-NbOglHxKbp1Ynrl9fUzV6Q+RDucxAWEfASg3Mr1tlBk=";
};
build-system = [ hatchling ];