Merge pull request #257908 from fabaff/neo4j-bump

python311Packages.neo4j: 5.12.0 -> 5.13.0
This commit is contained in:
Nick Cao 2023-09-28 22:27:59 -04:00 committed by GitHub
commit 351bda4923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "neo4j";
version = "5.12.0";
version = "5.13.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-feKKBbULkWxEgUaMROvmQph2YTAgSOVDRz/OnpzG9Ac=";
hash = "sha256-ykbKNLMnbAGUavyfRtF3q97FRLaeuKOt0pcWHtJ9mCY=";
};
propagatedBuildInputs = [