Merge pull request #334159 from r-ryantm/auto-update/python312Packages.nebula3-python

python312Packages.nebula3-python: 3.8.1 -> 3.8.2
This commit is contained in:
Nick Cao 2024-08-12 14:58:33 -04:00 committed by GitHub
commit b180f997a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "nebula3-python";
version = "3.8.1";
version = "3.8.2";
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-AcfKcrfDBY5K5xDDA7rLzKnsnhwhtpLXHkPLd0SfC4M=";
hash = "sha256-XwrrT5Vuwqw57u3Xt9nS4NjmFG2VD62gWSVfeek2478=";
};
build-system = [ pdm-backend ];