lol

python312Packages.jupyterlab-widgets: 3.0.11 -> 3.0.13

+2 -2
+2 -2
pkgs/development/python-modules/jupyterlab-widgets/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "jupyterlab-widgets"; 10 - version = "3.0.11"; 10 + version = "3.0.13"; 11 11 pyproject = true; 12 12 13 13 src = fetchPypi { 14 14 pname = "jupyterlab_widgets"; 15 15 inherit version; 16 - hash = "sha256-3VrGeVk8lprynJvtBUwk8mhCuqUTUhFHNnVrwDXe7ic="; 16 + hash = "sha256-opZtOFMowZQraDqM2WuJuN2CyLj4HdqQK7K8BtRvW+0="; 17 17 }; 18 18 19 19 # jupyterlab is required to build from source but we use the pre-build package