python311Packages.jupyter-client: 8.6.0 -> 8.6.1

Changelog: https://github.com/jupyter/jupyter_client/blob/v8.6.1/CHANGELOG.md
This commit is contained in:
natsukium 2024-03-21 22:04:30 +09:00
parent 99af2cb71c
commit 6f0641a5bb
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "jupyter-client";
version = "8.6.0";
version = "8.6.1";
pyproject = true;
src = fetchPypi {
pname = "jupyter_client";
inherit version;
hash = "sha256-BkIkS7g7R2SuYNB+AQ4V8OLSdexOkYqPe4D7vvPKYMc=";
hash = "sha256-6EJRXiurjhkYbYn9/qer0V453VgflOOZ8A4q9aFlLT8=";
};
nativeBuildInputs = [