pythonPackages.breathe: md5->sha256

This commit is contained in:
Chris Martin 2016-09-10 14:03:58 -04:00
parent c9d609d0e2
commit 5ee369902f

View File

@ -6,7 +6,7 @@ buildPythonPackage rec {
src = fetchurl {
url = "mirror://pypi/b/breathe/${name}.tar.gz";
md5 = "e35f6ce54485663857129370047f6057";
sha256 = "0m3w8yx24nm01xxx6aj08cklnifwlzzmczc5b0ni40l63lhvm3lp";
};
propagatedBuildInputs = [ docutils six sphinx ];