Unverified Commit 9e72f459 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

python312Packages.jupyterlab-git: 0.51.0 -> 0.51.1 (#399339)

parents 3a825822 8f45a43b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

buildPythonPackage rec {
  pname = "jupyterlab-git";
  version = "0.51.0";
  version = "0.51.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "jupyterlab_git";
    inherit version;
    hash = "sha256-qWkkZsYgYq8uBZY2BJra3ef3H9ZWTOd6obdSaMYUF7M=";
    hash = "sha256-t7zol5XVzojIqvDXnrepPQU1Yi+b5rAZyprk07mpymo=";
  };

  nativeBuildInputs = [