From f846ea989fd6e98dbaeb17a5480f9d0900edffff Mon Sep 17 00:00:00 2001 From: natsukium Date: Wed, 22 Nov 2023 01:03:39 +0900 Subject: [PATCH 1/2] 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 --- pkgs/development/python-modules/jupyterlab-git/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/jupyterlab-git/default.nix b/pkgs/development/python-modules/jupyterlab-git/default.nix index fc534f9e67f6..1b44e9944b37 100644 --- a/pkgs/development/python-modules/jupyterlab-git/default.nix +++ b/pkgs/development/python-modules/jupyterlab-git/default.nix @@ -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 = [ From 3368ddbbab6dd042df474e1f02f9376076220878 Mon Sep 17 00:00:00 2001 From: natsukium Date: Wed, 22 Nov 2023 01:06:42 +0900 Subject: [PATCH 2/2] python311Packages.jupyterlab-git: add meta.changelog --- pkgs/development/python-modules/jupyterlab-git/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/jupyterlab-git/default.nix b/pkgs/development/python-modules/jupyterlab-git/default.nix index 1b44e9944b37..512c79947457 100644 --- a/pkgs/development/python-modules/jupyterlab-git/default.nix +++ b/pkgs/development/python-modules/jupyterlab-git/default.nix @@ -82,6 +82,7 @@ buildPythonPackage rec { meta = with lib; { description = "Jupyter lab extension for version control with Git"; homepage = "https://github.com/jupyterlab/jupyterlab-git"; + changelog = "https://github.com/jupyterlab/jupyterlab-git/blob/v${version}/CHANGELOG.md"; license = with licenses; [ bsd3 ]; maintainers = with maintainers; [ chiroptical ]; };