python: sphinxcontrib-bibtex: 0.4.2 -> 1.0.0
This commit is contained in:
parent
8d59cc0dae
commit
057614d7cf
@ -3,12 +3,12 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.4.2";
|
version = "1.0.0";
|
||||||
pname = "sphinxcontrib-bibtex";
|
pname = "sphinxcontrib-bibtex";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0af7651hfjh4hv97xns4vpf8n3kqy7ghyjlkfda5wxw56hxgp6hn";
|
sha256 = "629612b001f86784669d65e662377a482052decfd9a0a17c46860878eef7b9e0";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];
|
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user