python312Packages.sphinxcontrib-bibtex: 2.6.3 -> 2.6.5

Diff: https://github.com/mcmtroffaes/sphinxcontrib-bibtex/compare/refs/tags/2.6.3...refs/tags/2.6.5

NOTE: This update is coupled to `pybtex: 0.24.0 -> 0.25.1` update from a
previous commit.
This commit is contained in:
Doron Behar
2025-07-09 17:01:23 +03:00
parent 0fb19cb4ed
commit 0b5e6cbcbe
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "sphinxcontrib-bibtex";
version = "2.6.3";
version = "2.6.5";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "mcmtroffaes";
repo = "sphinxcontrib-bibtex";
tag = version;
hash = "sha256-cqz5Jamtlflo5rFhWPCPlYoymApUtXPG4oTRjfDI+WY=";
hash = "sha256-sT23DkIfJcb3cFBFdL31RRzlDoJRcCUYIdpUVuYjGuo=";
};
build-system = [ setuptools ];