python3Packages.python-arango: 8.2.0 -> 8.2.1

This commit is contained in:
R. Ryantm
2025-07-13 08:56:33 +00:00
parent 691ceebaef
commit 41ee9de1bc
@@ -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 = [