Merge pull request #180589 from fabaff/neo4j-bump

python310Packages.neo4j: 4.4.4 -> 4.4.5
This commit is contained in:
Fabian Affolter 2022-07-08 16:47:37 +02:00 committed by GitHub
commit 88c3f26b85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "4.4.4";
version = "4.4.5";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "neo4j";
repo = "neo4j-python-driver";
rev = version;
hash = "sha256-Sd+ZeyJCzqGsBl3rdxfKPD0gYZ49qAfiRbuXaNGpj8M=";
hash = "sha256-BtftIpVKnIAwgLgdZUwHiVsKOpgy2bSb+9fC3ycpM4Y=";
};
propagatedBuildInputs = [