mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-09 21:53:24 +00:00
python3Packages.jupyterlab_git: 0.30.1 -> 0.32.2
This commit is contained in:
parent
be82df1e6e
commit
6126d9ff10
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterlab_git";
|
pname = "jupyterlab_git";
|
||||||
version = "0.30.1";
|
version = "0.32.2";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f44a33cf59b424e0b5ff984b18eae33e45dab1ef9dc1901b1dd23f9adff15df2";
|
sha256 = "4c5743a05150ed7736e028aac15787a66735f160e9ae198dacc5a4bd1a727ce2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ notebook nbdime git ];
|
propagatedBuildInputs = [ notebook nbdime git ];
|
||||||
|
Loading…
Reference in New Issue
Block a user