python3Packages.jupyterlab_git: 0.22.2 -> 0.22.3
This commit is contained in:
parent
c68b16d3db
commit
cfb81cd55e
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterlab_git";
|
pname = "jupyterlab_git";
|
||||||
version = "0.22.2";
|
version = "0.22.3";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9966a569428e67cc1688fbc2e05f51b0ceeefd8dfe30737e78a501ce3105103d";
|
sha256 = "434ff9edd1190809e02e0cbf50090c28de48a51e151a1f904ac66e902244398d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ notebook nbdime git ];
|
propagatedBuildInputs = [ notebook nbdime git ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user