python312Packages.jupyterlab-git: 0.50.1 -> 0.50.2 (#352276)

This commit is contained in:
Pol Dellaiera 2024-10-30 21:43:41 +01:00 committed by GitHub
commit b369be325a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jupyterlab-git"; pname = "jupyterlab-git";
version = "0.50.1"; version = "0.50.2";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "jupyterlab_git"; pname = "jupyterlab_git";
inherit version; inherit version;
hash = "sha256-v08Go/vCsquE6l1SMmqg4LjM9OmjNX+jGKEZVg4cak0="; hash = "sha256-zu/chWMsr0maBItDRFnQO15iFmWAHp23GXvUhvXTNDM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [