mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
pythonPackages.jupyterlab: 0.1.1 -> 0.4.1
This commit is contained in:
parent
8295fd9365
commit
57168395b8
@ -7650,11 +7650,11 @@ in modules // {
|
||||
|
||||
jupyterlab = buildPythonPackage rec {
|
||||
name = "jupyterlab-${version}";
|
||||
version = "0.1.1";
|
||||
version = "0.4.1";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/j/jupyterlab/${name}.tar.gz";
|
||||
sha256 = "c1a08f4d1b2bb1bf06db090db30df988a22ffbfa05606e7eb026e364969388da";
|
||||
sha256 = "91dc4d7dfb1e6ab97e28d6e3a2fc38f5f65d368201c00fd0ed077519258e67bb";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [ notebook ];
|
||||
|
Loading…
Reference in New Issue
Block a user