python310Packages.sphinxcontrib-bibtex: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2022-04-11 09:56:29 +00:00
parent f0848eeb05
commit 3cc2691521

View File

@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
version = "2.4.1";
version = "2.4.2";
pname = "sphinxcontrib-bibtex";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "282223309bbaf34cd20a8fe1ba346fe8642f403a8930607e77a8cb08ae81fc5f";
sha256 = "sha256-ZbAj7kfzXx8DrE1xyCTmfGJMfsrBuyboNiMnGgH52oY=";
};
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];