python312Packages.neo4j: 5.26.0 -> 5.27.0 (#359977)

This commit is contained in:
Nick Cao 2024-11-29 08:59:58 -05:00 committed by GitHub
commit 7bff6409e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "5.26.0";
version = "5.27.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-4rvs313MU4EXqpnxRZPKy5Z64OJmQnsWRq9T0MIoaOo=";
hash = "sha256-tocgH2LuZ56Yej0lRWYHUkR6aqviQwJqG5P2g4P1+uk=";
};
postPatch = ''