Merge pull request #209966 from fabaff/neo4j-bump

python310Packages.neo4j: 5.3.0 -> 5.4.0
This commit is contained in:
Fabian Affolter 2023-01-10 07:53:59 +01:00 committed by GitHub
commit 6f40eae62e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "5.3.0";
version = "5.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "neo4j";
repo = "neo4j-python-driver";
rev = "refs/tags/${version}";
hash = "sha256-x67zkQTUhGS5LIVOW2F+OJxnUPwsH1/bX42RArNscUc=";
hash = "sha256-emUz6DHnrDBOu9Wlhum7ntK3JIt94/05tuBAT2x4Bjs=";
};
propagatedBuildInputs = [