summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gremlinpython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-18 21:15:12 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-18 21:15:12 +0200
commit05679bf6b5d8a3741ba4e7d2c39685284498f76d (patch)
tree091b684fa501c4c796379579b5a987e5a6a50b44 /pkgs/development/python-modules/gremlinpython
parent3e014434a75d3d50770be68789713c86f6dbd27f (diff)
python311Packages.gremlinpython: 3.6.3 -> 3.6.4
Diff: https://github.com/apache/tinkerpop/compare/refs/tags/3.6.3...3.6.4
Diffstat (limited to 'pkgs/development/python-modules/gremlinpython')
-rw-r--r--pkgs/development/python-modules/gremlinpython/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/gremlinpython/default.nix b/pkgs/development/python-modules/gremlinpython/default.nix
index f4835aa47e4f..2d84cd87e08e 100644
--- a/pkgs/development/python-modules/gremlinpython/default.nix
+++ b/pkgs/development/python-modules/gremlinpython/default.nix
@@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "gremlinpython";
- version = "3.6.3";
+ version = "3.6.4";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "apache";
repo = "tinkerpop";
rev = "refs/tags/${version}";
- hash = "sha256-CmVWaRebJaZHJGzhaBdYXPF3BZ8+Cvc5P/KOpsG+dX4=";
+ hash = "sha256-SQ+LcHeHDB1Hd5wXGDJBZmBG4KEZ3NsV4+4X9WgPb9E=";
};
sourceRoot = "source/gremlin-python/src/main/python";