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

python37Packages.jupyterlab-git: 0.20.0 -> 0.22.1
This commit is contained in:
Ryan Mulligan 2020-10-15 07:08:38 -07:00 committed by GitHub
commit 8fb6089281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "jupyterlab_git";
version = "0.20.0";
version = "0.22.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "0qs3wrcils07xlz698xr7giqf9v63n2qb338mlh7wql93rmjg45i";
sha256 = "e0fe2503d08dc00cda781b1ff89eb10c0decb45b5f8983b4970525b8f108dc02";
};
propagatedBuildInputs = [ notebook nbdime git ];