python311Packages.jupyterlab-widgets: 3.0.10 -> 3.0.11

This commit is contained in:
natsukium 2024-06-08 19:52:22 +09:00
parent 0115271a28
commit c141cf5bc9
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.10";
version = "3.0.11";
pyproject = true;
src = fetchPypi {
pname = "jupyterlab_widgets";
inherit version;
hash = "sha256-BPKsBJdnJ+T50PqRzcLxq4YPll5QTCnb1qZciCydBMA=";
hash = "sha256-3VrGeVk8lprynJvtBUwk8mhCuqUTUhFHNnVrwDXe7ic=";
};
# jupyterlab is required to build from source but we use the pre-build package