Commit 0b5e6cbc authored by Doron Behar's avatar Doron Behar
Browse files

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.
parent 0fb19cb4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];