python: sphinxcontrib-bibtex: 0.4.2 -> 1.0.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:49 +02:00
parent 8d59cc0dae
commit 057614d7cf

View File

@ -3,12 +3,12 @@
}:
buildPythonPackage rec {
version = "0.4.2";
version = "1.0.0";
pname = "sphinxcontrib-bibtex";
src = fetchPypi {
inherit pname version;
sha256 = "0af7651hfjh4hv97xns4vpf8n3kqy7ghyjlkfda5wxw56hxgp6hn";
sha256 = "629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0";
};
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];