python310Packages.neo4j: 5.5.0 -> 5.6.0

Changelog: https://github.com/neo4j/neo4j-python-driver/releases/tag/5.6.0
This commit is contained in:
Fabian Affolter 2023-02-28 09:05:53 +01:00
parent 6841e32f27
commit 2d42003f5f

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "5.5.0";
version = "5.6.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-K3ggXXDDdyPIcWL4eLo1HrpZB05tA9oYWpbOohcCF/w=";
hash = "sha256-OjGLV7xHyF8kB++juXTM40aUl4OK+xwhnFaLSyxHMo4=";
};
propagatedBuildInputs = [