python37Packages.jupyterlab-git: 0.20.0 -> 0.22.1

This commit is contained in:
R. RyanTM 2020-10-15 08:28:21 +00:00
parent 9e1943edc0
commit bc9f464723

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