Unverified Commit a6545707 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

python312Packages.gremlinpython: 3.7.1 -> 3.7.3 (#353459)

parents 9860c3b7 25a5b7ce
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "gremlinpython";
  version = "3.7.1";
  version = "3.7.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "apache";
    repo = "tinkerpop";
    rev = "refs/tags/${version}";
    hash = "sha256-2viZXksHNFynOm6+1Vo2a8xrXl4pQcAxAVgehp5y6us=";
    hash = "sha256-Yc0l3kE+6dM9v4QUZPFpm/yjDCrqVO35Vy5srEjAExE=";
  };

  sourceRoot = "${src.name}/gremlin-python/src/main/python";