python311Packages.gremlinpython: 3.6.1 -> 3.6.3

Diff: https://github.com/apache/tinkerpop/compare/3.6.1...3.6.3
This commit is contained in:
Fabian Affolter 2023-05-13 22:06:18 +02:00
parent bec9166857
commit 073eb59305

View File

@ -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";