python311Packages.jupyterlab-git: 0.50.0 -> 0.50.1

Changelog: https://github.com/jupyterlab/jupyterlab-git/blob/v0.50.1/CHANGELOG.md
This commit is contained in:
natsukium 2024-05-18 08:56:37 +09:00
parent d9f18d9215
commit 275b42f8e3
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "jupyterlab-git";
version = "0.50.0";
version = "0.50.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "jupyterlab_git";
inherit version;
hash = "sha256-CYWVRtOQE067kYqWXCw/4mBf6v4yfPYWFb592Qtb37s=";
hash = "sha256-v08Go/vCsquE6l1SMmqg4LjM9OmjNX+jGKEZVg4cak0=";
};
nativeBuildInputs = [