Merge pull request #105416 from r-ryantm/auto-update/python3.7-jupyterlab_git

python37Packages.jupyterlab-git: 0.23.1 -> 0.23.2
This commit is contained in:
Mario Rodas 2020-11-29 21:24:53 -05:00 committed by GitHub
commit 4572d27853
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.1"; version = "0.23.2";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "3c709c33df0b838e50f76fa2e7e0302bd3c32ec24e161ee0e8f436a3844e8b16"; sha256 = "2c4c55c5bc651a670b13e89064f7aba7422b72ad6b3f2b3890ac72cc9a2d4089";
}; };
propagatedBuildInputs = [ notebook nbdime git ]; propagatedBuildInputs = [ notebook nbdime git ];