Merge pull request #213112 from fabaff/neo4j-bump

python310Packages.neo4j: 5.4.0 -> 5.5.0
This commit is contained in:
Weijia Wang 2023-01-28 10:54:19 +01:00 committed by GitHub
commit c379bdf2aa
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.4.0";
version = "5.5.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-emUz6DHnrDBOu9Wlhum7ntK3JIt94/05tuBAT2x4Bjs=";
hash = "sha256-K3ggXXDDdyPIcWL4eLo1HrpZB05tA9oYWpbOohcCF/w=";
};
propagatedBuildInputs = [