python37Packages.sphinxcontrib-bibtex: 0.4.0 -> 0.4.1

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 2018-12-14 06:37:48 -08:00 committed by worldofpeace
parent 1e0d7f99f1
commit fb61d7a70b

View File

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