3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.jupyterlab-widgets: 2.0.0b1 -> 3.0.3

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:10 +02:00
parent 2462c67625
commit 8495fb43ef

View file

@ -4,12 +4,12 @@
buildPythonPackage rec {
pname = "jupyterlab-widgets";
version = "2.0.0b1";
version = "3.0.3";
src = fetchPypi {
pname = "jupyterlab_widgets";
inherit version;
sha256 = "1xinfk3bhqmfp9ygfpi8b87h4ky8dv3sdr96035psx1jjgyyw8bi";
sha256 = "sha256-x2cYE5m0yotke+/i2ROxJg9Rv52O+behRjLUwae1Nr0=";
};
nativeBuildInputs = [