python3Packages.sphinxcontrib-bibtex: 2.1.4 -> 2.2.0

This commit is contained in:
Sandro Jäckel 2021-04-05 04:51:12 +02:00
parent 60d4ac8280
commit 6018c8448d
1 changed files with 2 additions and 2 deletions

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 ];