python3Packages.python-arango: 8.2.0 -> 8.2.1 (#424783)

This commit is contained in:
Nick Cao 2025-07-14 15:18:35 -04:00 committed by GitHub
commit 571bd9d7e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ in
buildPythonPackage rec {
pname = "python-arango";
version = "8.2.0";
version = "8.2.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "arangodb";
repo = "python-arango";
tag = version;
hash = "sha256-DPyCHa9tAnxKYeieiHe10UV7EPnF7octbDm23dSlIb0=";
hash = "sha256-ZLjCcH6cSG+LcoeSifBm6HGjnRFJwYNTXbcw9b/BeQY=";
};
nativeBuildInputs = [