python3Packages.nbclient: 0.10.2 -> 0.10.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:37 +01:00
parent f1eb47024d
commit 75994eabeb
@@ -19,14 +19,14 @@
let
nbclient = buildPythonPackage rec {
pname = "nbclient";
version = "0.10.2";
version = "0.10.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jupyter";
repo = "nbclient";
tag = "v${version}";
hash = "sha256-+qSed6yy4YVZ25GigNTap+kMaoDiMYSJO85wurbzeDs=";
hash = "sha256-D7pgrNRrPT0fGOaHrNt3qeDXdbt1wJk5qfkQeLxsc7g=";
};
build-system = [ hatchling ];