tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.jupyterlab-widgets: 2.0.0b1 -> 3.0.3
Martin Weinelt
3 years ago
8495fb43
2462c676
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
jupyterlab-widgets
default.nix
+2
-2
pkgs/development/python-modules/jupyterlab-widgets/default.nix
···
4
4
5
5
buildPythonPackage rec {
6
6
pname = "jupyterlab-widgets";
7
7
-
version = "2.0.0b1";
7
7
+
version = "3.0.3";
8
8
9
9
src = fetchPypi {
10
10
pname = "jupyterlab_widgets";
11
11
inherit version;
12
12
-
sha256 = "1xinfk3bhqmfp9ygfpi8b87h4ky8dv3sdr96035psx1jjgyyw8bi";
12
12
+
sha256 = "sha256-x2cYE5m0yotke+/i2ROxJg9Rv52O+behRjLUwae1Nr0=";
13
13
};
14
14
15
15
nativeBuildInputs = [