From 94d435d1f972db4d8fcf5d2c05e55e30e3b3039b Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:05:09 +0200 Subject: [PATCH] python3Packages.jupyter-client: 8.6.2 -> 8.6.3 https://github.com/jupyter/jupyter_client/blob/v8.6.3/CHANGELOG.md --- pkgs/development/python-modules/jupyter-client/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyter-client/default.nix b/pkgs/development/python-modules/jupyter-client/default.nix index 82778299c799..e05209dd80d5 100644 --- a/pkgs/development/python-modules/jupyter-client/default.nix +++ b/pkgs/development/python-modules/jupyter-client/default.nix @@ -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 ];