summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-arango
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-arango')
-rw-r--r--pkgs/development/python-modules/python-arango/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-arango/default.nix b/pkgs/development/python-modules/python-arango/default.nix
index 1763ed44d175..0912daa20f46 100644
--- a/pkgs/development/python-modules/python-arango/default.nix
+++ b/pkgs/development/python-modules/python-arango/default.nix
@@ -22,7 +22,7 @@ in
buildPythonPackage rec {
pname = "python-arango";
- version = "7.5.4";
+ version = "7.5.7";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "ArangoDB-Community";
repo = "python-arango";
rev = "refs/tags/${version}";
- hash = "sha256-b3UZuH2hpulRSThReBkDwh0MLJmc95HeWInmmMAl4g0=";
+ hash = "sha256-cd2xE5rYLl3NOv/DZjmHRPCe224k4XyPjo9aXV1ZhvU=";
};
propagatedBuildInputs = [