python37Packages.sphinxcontrib-bibtex: 0.4.1 -> 0.4.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-sphinxcontrib-bibtex/versions
This commit is contained in:
R. RyanTM 2019-01-16 09:53:30 -08:00 committed by Frederik Rietdijk
parent 4a4e0a62d9
commit e6e43961e7

View File

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