Merge pull request #187915 from r-ryantm/auto-update/python310Packages.sphinxcontrib-bibtex

This commit is contained in:
Sandro 2022-08-22 22:49:04 +02:00 committed by GitHub
commit 97d1ae99de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "sphinxcontrib-bibtex";
version = "2.4.2";
version = "2.5.0";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-ZbAj7kfzXx8DrE1xyCTmfGJMfsrBuyboNiMnGgH52oY=";
hash = "sha256-cbQuXbDi4oTyQ4dTJr+ZNqqadjKCJ311BIgm/vWwDqo=";
};
propagatedBuildInputs = [