python3Packages.sphinxcontrib-bibtex: 2.5.0 -> 2.6.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:30 +02:00
parent c953633dfa
commit 215e55ee0f
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "sphinxcontrib-bibtex";
version = "2.5.0";
version = "2.6.1";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-cbQuXbDi4oTyQ4dTJr+ZNqqadjKCJ311BIgm/vWwDqo=";
hash = "sha256-BGtJ8HCuUnavNMG43bm8lWLvbeL3pS03qRy45T9UuGM=";
};
propagatedBuildInputs = [