python37Packages.breathe: 4.26.0 -> 4.26.1

This commit is contained in:
R. RyanTM 2021-01-21 09:17:21 +00:00 committed by Jonathan Ringer
parent 2fa6fdea12
commit 7981dff255

View File

@ -1,13 +1,13 @@
{ lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k, isPy27 }:
buildPythonPackage rec {
version = "4.26.0";
version = "4.26.1";
pname = "breathe";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "72543e3ef896b402eec4067c8be2f384570a27421b803ea6980455d7a9859cb1";
sha256 = "f59ecadebbb76e3b4710e8c9d2f8f98d51e54701930a38ddf732930653dcf6b5";
};
propagatedBuildInputs = [ docutils six sphinx ];