Unverified Commit 0ea7534a authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.nebula3-python: 3.8.2 -> 3.8.3 (#350482)

parents 88fd2e15 27b9bed1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@

buildPythonPackage rec {
  pname = "nebula3-python";
  version = "3.8.2";
  version = "3.8.3";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
    owner = "vesoft-inc";
    repo = "nebula-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-XwrrT5Vuwqw57u3Xt9nS4NjmFG2VD62gWSVfeek2478=";
    hash = "sha256-p2dXpcOwVKbdfRKKTAc4LhaNuTjvPd8BBBI8aUivaZ4=";
  };

  build-system = [ pdm-backend ];