diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-03 00:02:28 +0100 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2023-12-20 20:45:09 +0100 |
| commit | 042f99ca348324bc7a50fc719dac337699d2ef70 (patch) | |
| tree | ab6e6780e0d210e61df86c071b26fb6a867174d9 /pkgs/development/python-modules/python-arango | |
| parent | 4ade7fecf64675c917565d6bf255dc663905931f (diff) | |
python3Packages.python-arango: 7.8.0 -> 7.8.1
https://github.com/ArangoDB-Community/python-arango/releases/tag/7.8.1
Diffstat (limited to 'pkgs/development/python-modules/python-arango')
| -rw-r--r-- | pkgs/development/python-modules/python-arango/default.nix | 4 |
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 5979d088bf8b..d21408c2c678 100644 --- a/pkgs/development/python-modules/python-arango/default.nix +++ b/pkgs/development/python-modules/python-arango/default.nix @@ -32,7 +32,7 @@ in buildPythonPackage rec { pname = "python-arango"; - version = "7.8.0"; + version = "7.8.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -41,7 +41,7 @@ buildPythonPackage rec { owner = "ArangoDB-Community"; repo = "python-arango"; rev = "refs/tags/${version}"; - hash = "sha256-lZ+9l1kPE/Piw1QLYW+qjFQmTtZd4m/kDOTOxkTsla0="; + hash = "sha256-R/59SMEVPZow9aG32gqQApuvB2zQLmPCxf/Mz70ubUU="; }; nativeBuildInputs = [ |
