python311Packages.nbclient: 0.9.0 -> 0.10.0

Diff: https://github.com/jupyter/nbclient/compare/refs/tags/v0.9.0...v0.10.0
This commit is contained in:
natsukium 2024-03-21 22:05:40 +09:00
parent cc527f268e
commit a67ee47648
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
let nbclient = buildPythonPackage rec {
pname = "nbclient";
version = "0.9.0";
version = "0.10.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ let nbclient = buildPythonPackage rec {
owner = "jupyter";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-m0Tke/JlTeKE3PJZ1rBejra/HPEXCSS0ur/cPiSBJZw=";
hash = "sha256-8OLkpwX4Gpam9VSFUtNS41Ypxe4+2yN3ng6iVY9DSqY=";
};
nativeBuildInputs = [