Merge pull request #107575 from r-ryantm/auto-update/python3.7-jupyterlab_git
python37Packages.jupyterlab-git: 0.23.2 -> 0.23.3
This commit is contained in:
commit
a60a1340b7
1 changed files with 2 additions and 2 deletions
|
@ -10,12 +10,12 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterlab_git";
|
pname = "jupyterlab_git";
|
||||||
version = "0.23.2";
|
version = "0.23.3";
|
||||||
disabled = pythonOlder "3.5";
|
disabled = pythonOlder "3.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "2c4c55c5bc651a670b13e89064f7aba7422b72ad6b3f2b3890ac72cc9a2d4089";
|
sha256 = "20a4954d8d1b1eb6f9111cd15d6a598bd7ff72b08797cf5e86c5a55827c85a1d";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ notebook nbdime git ];
|
propagatedBuildInputs = [ notebook nbdime git ];
|
||||||
|
|
Loading…
Reference in a new issue