Skip to content

Commit

Permalink
python312Packages.neo4j: 5.25.0 -> 5.26.0 (#352952)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Nov 2, 2024
2 parents 0052df7 + 33926c6 commit d0071d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/neo4j/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "neo4j";
version = "5.25.0";
version = "5.26.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "neo4j";
repo = "neo4j-python-driver";
rev = "refs/tags/${version}";
hash = "sha256-aGUfyfN85JNOQSnnM+zep07cmLqq9YN1bc7UyH3uFWg=";
hash = "sha256-4rvs313MU4EXqpnxRZPKy5Z64OJmQnsWRq9T0MIoaOo=";
};

postPatch = ''
Expand Down

0 comments on commit d0071d7

Please sign in to comment.