Unverified Commit c736492b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 0c13b6db 6dc0d924
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [