python311Packages.nbformat: 5.9.2 -> 5.10.3

This commit is contained in:
natsukium 2024-03-21 22:05:49 +09:00
parent a67ee47648
commit f64ad2e398
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
buildPythonPackage rec {
pname = "nbformat";
version = "5.9.2";
version = "5.10.3";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-X5i1uhmX3/F1534MF9XBCpbq7Sy9HeNTPR/DXV4REZI=";
hash = "sha256-YO1ekQ73xiZLh9ZE8naxtJ4kARkw3u9UYFGI3eshFoU=";
};
nativeBuildInputs = [