python3Packages.sphinxcontrib-bibtex: 2.1.4 -> 2.2.0
This commit is contained in:
parent
f0a8460837
commit
73b279da3a
@ -9,14 +9,14 @@
|
|||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "2.1.4";
|
version = "2.2.0";
|
||||||
pname = "sphinxcontrib-bibtex";
|
pname = "sphinxcontrib-bibtex";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "f53ec0cd534d2c8f0a51b4b3473ced46e9cb0dd99a7c5019249fe0ef9cbef18e";
|
sha256 = "7500843e154d76983c23bca5ca7380965e0725c46b8f484c1322d0b58a6ce3b2";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];
|
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user