python312Packages.python-arango: 8.1.0 -> 8.1.1 (#341635)

This commit is contained in:
Nick Cao
2024-09-13 16:18:23 -04:00
committed by GitHub
@@ -33,7 +33,7 @@ in
buildPythonPackage rec {
pname = "python-arango";
version = "8.1.0";
version = "8.1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -42,7 +42,7 @@ buildPythonPackage rec {
owner = "arangodb";
repo = "python-arango";
rev = "refs/tags/${version}";
hash = "sha256-bMCzuqKLOQYmBGhdfHaff+0ZIVmZ4iy5jFtmV7X0pIM=";
hash = "sha256-C2qFC0KOPO8I2CIDgFl0L7LyPgvqfqEeYdPAvwIJ+PY=";
};
nativeBuildInputs = [