python3Packages.python-arango: 8.2.2 -> 8.2.3

This commit is contained in:
R. Ryantm
2025-11-05 03:34:17 +00:00
parent 72609b8ced
commit 19b6d6b4f2
@@ -32,7 +32,7 @@ in
buildPythonPackage rec {
pname = "python-arango";
version = "8.2.2";
version = "8.2.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "arangodb";
repo = "python-arango";
tag = version;
hash = "sha256-qcG1q85q3hhkcYSGcWp5I1spwvf+yPg6TZbAnc0/iYw=";
hash = "sha256-cc8VxaNVOydsuhnNa8Qo8xfhIUIkuNZUWBZNqu6xEwg=";
};
nativeBuildInputs = [