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-22 01:01:30 +09:00
parent cc527f268e
commit a67ee47648
@@ -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 = [