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:
Sandro 2020-12-25 16:27:06 +01:00 committed by GitHub
commit a60a1340b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];