summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/gremlinpython
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-13 22:06:18 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-13 22:06:18 +0200
commit073eb59305dcbd3f12366bd0b324c9f48fa86183 (patch)
tree03691cb8aa83bdf5582ed1bd290558f457112427 /pkgs/development/python-modules/gremlinpython
parentbec9166857d0ed6ecd7461a799d76b38f885bacb (diff)
python311Packages.gremlinpython: 3.6.1 -> 3.6.3
Diff: https://github.com/apache/tinkerpop/compare/3.6.1...3.6.3
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 a16cbd3cca82..a75913c540ce 100644
--- a/pkgs/development/python-modules/gremlinpython/default.nix
+++ b/pkgs/development/python-modules/gremlinpython/default.nix
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "gremlinpython";
- version = "3.6.1";
+ version = "3.6.3";
# pypi tarball doesn't include tests
src = fetchFromGitHub {
owner = "apache";
repo = "tinkerpop";
rev = version;
- hash = "sha256-FMA9hJdq7gYkDtQO04Bwpjq2Q7nXGuN9wrBD4b9GgwY=";
+ hash = "sha256-CmVWaRebJaZHJGzhaBdYXPF3BZ8+Cvc5P/KOpsG+dX4=";
};
sourceRoot = "source/gremlin-python/src/main/python";