python310Packages.neo4j: 4.4.4 -> 4.4.5

This commit is contained in:
Fabian Affolter
2022-07-07 23:29:19 +02:00
parent f49fe4a120
commit bf55a19ca9
@@ -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 = [