python312Packages.neo4j: 5.24.0 -> 5.25.0 (#344694)

This commit is contained in:
Fabian Affolter 2024-09-27 15:49:06 +02:00 committed by GitHub
commit c078e1c97e
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.24.0";
version = "5.25.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-bkLz+4eOS+c1qUC2PbPNcn19sJqUqONSgKhAe1Ga1U8=";
hash = "sha256-aGUfyfN85JNOQSnnM+zep07cmLqq9YN1bc7UyH3uFWg=";
};
postPatch = ''