tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.jupyterlab-widgets: 3.0.11 -> 3.0.13
natsukium
2 years ago
a4e2f20b
371ecc2e
+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
···
7
7
8
8
buildPythonPackage rec {
9
9
pname = "jupyterlab-widgets";
10
10
-
version = "3.0.11";
10
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
16
-
hash = "sha256-3VrGeVk8lprynJvtBUwk8mhCuqUTUhFHNnVrwDXe7ic=";
16
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