3
0
Fork 0
forked from mirrors/nixpkgs

python: sphinxcontrib-bibtex: 0.3.6 -> 0.4.0

This commit is contained in:
Frederik Rietdijk 2018-06-12 18:47:07 +02:00
parent aee7b1d413
commit ac9cafbff7

View file

@ -3,12 +3,12 @@
}:
buildPythonPackage rec {
version = "0.3.6";
version = "0.4.0";
pname = "sphinxcontrib-bibtex";
src = fetchPypi {
inherit pname version;
sha256 = "1mfl3k6axq6rzqwq62fj8y9gabim2zcvydjpqmjj27f8v1qw0kpc";
sha256 = "cb9fb4526642fc080204fccd5cd8f41e9e95387278e17b1d6969b1e27c2d3e0c";
};
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];