Merge pull request #118537 from SuperSandro2000/python3Packages.sphinxcontrib-bibtex

python3Packages.sphinxcontrib-bibtex: 2.1.4 -> 2.2.0
This commit is contained in:
Sandro 2021-04-05 07:12:59 +02:00 committed by GitHub
commit c6ae138635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
version = "2.1.4";
version = "2.2.0";
pname = "sphinxcontrib-bibtex";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "f53ec0cd534d2c8f0a51b4b3473ced46e9cb0dd99a7c5019249fe0ef9cbef18e";
sha256 = "sha256-dQCEPhVNdpg8I7ylynOAll4HJcRrj0hMEyLQtYps47I=";
};
propagatedBuildInputs = [ oset pybtex pybtex-docutils sphinx ];