python3Packages.jupyterlab-widgets: 3.0.7 -> 3.0.9

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:42 +02:00
parent 0239f7b3e3
commit c47685b223
@@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "jupyterlab-widgets";
version = "3.0.7";
version = "3.0.9";
src = fetchPypi {
pname = "jupyterlab_widgets";
inherit version;
hash = "sha256-w6UO1b9Sigx6hpCWUDr1RwL4bdodtGmu4cktwMAbQ8o=";
hash = "sha256-YAWk6XTHvu6EBg/fujQaMhhJUEbeiuPsZIiOX+Gf20w=";
};
nativeBuildInputs = [