python3Packages.neo4j: 5.28.1 -> 5.28.2

https://github.com/neo4j/neo4j-python-driver/releases/tag/5.28.2

This commit was automatically generated using update-python-libraries.

Changed files
+3 -3
pkgs
development
python-modules
neo4j
+3 -3
pkgs/development/python-modules/neo4j/default.nix
···
buildPythonPackage rec {
pname = "neo4j";
-
version = "5.28.1";
+
version = "5.28.2";
pyproject = true;
disabled = pythonOlder "3.7";
···
owner = "neo4j";
repo = "neo4j-python-driver";
tag = version;
-
hash = "sha256-6Qa6llM8ke9dOkZ7q057ruM0h7pByxAQ+I6Mus2ExVA=";
+
hash = "sha256-dQvQO+Re+ki9w+itzE6/WdiiLdMlU4yePt01vAPe4+M=";
};
postPatch = ''
···
meta = with lib; {
description = "Neo4j Bolt Driver for Python";
homepage = "https://github.com/neo4j/neo4j-python-driver";
-
changelog = "https://github.com/neo4j/neo4j-python-driver/releases/tag/${version}";
+
changelog = "https://github.com/neo4j/neo4j-python-driver/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};