0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.jupyterlab: 2.2.4 -> 2.2.6

This commit is contained in:
Frederik Rietdijk 2020-08-29 13:41:49 +02:00 committed by Jonathan Ringer
parent a2b48cf6d2
commit 82b6f506e7

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "2.2.4";
version = "2.2.6";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "e9d26c4c1cf4f7760dfa9ccd3fd5ea5027ae2767f22c7766dbb2fbb5e5dfcd4b";
sha256 = "6554b022d2cd120100e165ec537c6511d70de7f89e253b3c667ea28f2a9263ff";
};
propagatedBuildInputs = [ jupyterlab_server notebook ];