python3Packages.python-arango: 8.2.1 -> 8.2.2 (#436704)

This commit is contained in:
Nick Cao
2025-08-26 15:29:35 -04:00
committed by GitHub
@@ -32,7 +32,7 @@ in
buildPythonPackage rec {
pname = "python-arango";
version = "8.2.1";
version = "8.2.2";
format = "pyproject";
disabled = pythonOlder "3.9";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "arangodb";
repo = "python-arango";
tag = version;
hash = "sha256-ZLjCcH6cSG+LcoeSifBm6HGjnRFJwYNTXbcw9b/BeQY=";
hash = "sha256-qcG1q85q3hhkcYSGcWp5I1spwvf+yPg6TZbAnc0/iYw=";
};
nativeBuildInputs = [