python3Packages.jupyterlab-git: 0.36.0 -> 0.37.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:14 +02:00
parent 9f75ab78ea
commit 599a5b1295

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "jupyterlab-git";
version = "0.36.0";
version = "0.37.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
pname = "jupyterlab_git";
inherit version;
sha256 = "sha256-K+h1ra9PsqKlSSPnc1jgSODICv3FoEdwqBGYWQYs6wE=";
sha256 = "sha256-vOM2y8XrjmKtVtI6h4/DUrHzSLJuZXIm0C7//gMh+5o=";
};
nativeBuildInputs = [