Unverified Commit 54c800b7 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #319757 from fabaff/neo4j-bump

python312Packages.neo4j: 5.20.0 -> 5.21.0
parents 1e0f00ca 6e8cd611
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "neo4j";
  version = "5.20.0";
  version = "5.21.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "neo4j";
    repo = "neo4j-python-driver";
    rev = "refs/tags/${version}";
    hash = "sha256-ebWEtsgVj2NLYAKe8z6ge6TvnPmXh0Mqkx0b+ZcOePY=";
    hash = "sha256-SGRe5O+6HqLFu4VQc0QC+91KVjqKeqNt5hIBwophvP0=";
  };

  postPatch = ''