python311Packages.jupyterlab-git: 0.50.0rc0 -> 0.50.0

Diff: https://github.com/jupyterlab/jupyterlab-git/compare/v0.50.0rc0...v0.50.0

Changelog: https://github.com/jupyterlab/jupyterlab-git/blob/v0.50.0/CHANGELOG.md
(cherry picked from commit f846ea989f)
This commit is contained in:
natsukium
2023-11-22 01:03:39 +09:00
committed by github-actions[bot]
parent 68dc900c8e
commit e8075ee25e

View File

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