1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

python: jupyterlab: 2.1.2 -> 2.1.4

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:35 +02:00
parent 57b6cc6ebc
commit b972ba130f

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "jupyterlab";
version = "2.1.2";
version = "2.1.4";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "380c29d674f6dcf8e380615334c7813bb4feb7bbb6222baf1d4c9f8318f4b104";
sha256 = "7b5bd4a05330a01c8522ee7f1cda5cb2e0d96412d9e1e879a19b3afb63d4ac69";
};
propagatedBuildInputs = [ jupyterlab_server notebook ];