python312Packages.neo4j: 5.22.0 -> 5.23.0

This commit is contained in:
R. Ryantm
2024-07-30 00:57:58 +00:00
parent 7fee7ae70f
commit f687b304aa
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "5.22.0";
version = "5.23.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-/yilbKui0D49zviNM9MI5ElGAYPB3MlbMgpDyI1kVX8=";
hash = "sha256-IeRPjhjPKr65lUNltERvaHmxHhRJwUfXbyjrnDnBbR8=";
};
postPatch = ''