lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: breathe: 4.9.1 -> 4.10.0

+2 -2
+2 -2
pkgs/development/python-modules/breathe/default.nix
··· 1 1 { lib, fetchPypi, buildPythonPackage, docutils, six, sphinx, isPy3k }: 2 2 3 3 buildPythonPackage rec { 4 - version = "4.9.1"; 4 + version = "4.10.0"; 5 5 pname = "breathe"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "76e1f3706efeda2610d9a8e7b421d2877ff0654a3fe6d3190a8686536111a684"; 9 + sha256 = "e94370b8b607a32d9611ed8246e635f02c21dc6847f04e888a00f66a12694eff"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ docutils six sphinx ];