python: breathe: 4.13.1 -> 4.14.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:07 +01:00
parent 03a5c5ef45
commit d495408b2f

View File

@ -1,12 +1,12 @@
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k }:
buildPythonPackage rec {
version = "4.13.1";
version = "4.14.0";
pname = "breathe";
src = fetchPypi {
inherit pname version;
sha256 = "c6752345252f48092bf72a450fd9e84367bd5b4af99d86c92047f82c6c2287ab";
sha256 = "178848e4088faf8c2c60f000379fcabfb3411b260e0fbddc08fb57e0e5caea08";
};
propagatedBuildInputs = [ docutils six sphinx ];