python311Packages.widgetsnbextension: 4.0.9 -> 4.0.10

This commit is contained in:
natsukium 2024-02-13 22:49:21 +09:00
parent bbfff3d262
commit a97b040897
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -2,18 +2,17 @@
, buildPythonPackage
, fetchPypi
, jupyter-packaging
, notebook
, ipywidgets
}:
buildPythonPackage rec {
pname = "widgetsnbextension";
version = "4.0.9";
format = "setuptools";
version = "4.0.10";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-PB9eRtwRZt/UCkLWhealE5b9NP+Hh0Kj5HxvDMSio4U=";
hash = "sha256-ZBlsX/O5qRg6jmmaQif7C3AC8lLIFAmOZsTRzQZEaI8=";
};
nativeBuildInputs = [