python312Packages.nebula3-python: 3.8.2 -> 3.8.3

This commit is contained in:
R. Ryantm 2024-10-22 12:45:12 +00:00
parent ec360c3ee0
commit 27b9bed15c

View File

@ -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 ];