python310Packages.neo4j: 5.0.1 -> 5.1.0

main
Fabian Affolter 2 years ago
parent bafeef7e2a
commit e50c0576a0
  1. 4
      pkgs/development/python-modules/neo4j/default.nix

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "5.0.1";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "neo4j";
repo = "neo4j-python-driver";
rev = "refs/tags/${version}";
hash = "sha256-R4+cShkG1c3PRiU92OPPEVsXR4zt0G/7ZJcYACtPvHs=";
hash = "sha256-v/IJdgn3C1JgT0KJ9O7wn+5nexDbakzM/u8bAeEPjz0=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save