python312Packages.jupyterlab-widgets: 3.0.11 -> 3.0.13

This commit is contained in:
natsukium 2024-09-01 10:58:20 +09:00
parent 371ecc2e5f
commit a4e2f20b16
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "jupyterlab-widgets";
version = "3.0.11";
version = "3.0.13";
pyproject = true;
src = fetchPypi {
pname = "jupyterlab_widgets";
inherit version;
hash = "sha256-3VrGeVk8lprynJvtBUwk8mhCuqUTUhFHNnVrwDXe7ic=";
hash = "sha256-opZtOFMowZQraDqM2WuJuN2CyLj4HdqQK7K8BtRvW+0=";
};
# jupyterlab is required to build from source but we use the pre-build package