python310Packages.neo4j: fix name

This commit is contained in:
Fabian Affolter 2022-06-09 09:41:17 +02:00
parent 45ec571176
commit eba9d69732
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
}:
buildPythonPackage rec {
pname = "neo4j-driver";
pname = "neo4j";
version = "4.4.4";
format = "setuptools";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "neo4j";
repo = "neo4j-python-driver";
rev = version;
sha256 = "sha256-Sd+ZeyJCzqGsBl3rdxfKPD0gYZ49qAfiRbuXaNGpj8M=";
hash = "sha256-Sd+ZeyJCzqGsBl3rdxfKPD0gYZ49qAfiRbuXaNGpj8M=";
};
propagatedBuildInputs = [

View file

@ -5729,7 +5729,7 @@ in {
neo = callPackage ../development/python-modules/neo { };
neo4j-driver = callPackage ../development/python-modules/neo4j-driver { };
neo4j = callPackage ../development/python-modules/neo4j { };
nessclient = callPackage ../development/python-modules/nessclient { };