pythonPackage.liblarch: 3.0.1 -> 3.2.0

- fix tests adding buildInputs with gtk3

authored by

Bryan A. S and committed by
Jonathan Ringer
f7f301f0 3aaf8bb3

+4 -2
+4 -2
pkgs/development/python-modules/liblarch/default.nix
··· 10 10 }: 11 11 12 12 buildPythonPackage rec { 13 - version = "3.0.1"; 13 + version = "3.2.0"; 14 14 pname = "liblarch"; 15 15 disabled = pythonOlder "3.5.0"; 16 16 ··· 18 18 owner = "getting-things-gnome"; 19 19 repo = "liblarch"; 20 20 rev = "v${version}"; 21 - sha256 = "0xv2mfvyzipbny3iz8vll77wsqxfwh28xj6bj1ff0l452waph45m"; 21 + sha256 = "sha256-A2qChe2z6rAhjRVX5VoHQitebf/nMATdVZQgtlquuYg="; 22 22 }; 23 23 24 24 checkInputs = [ 25 25 gobject-introspection # for setup hook 26 26 gtk3 27 27 ]; 28 + 29 + buildInputs = [ gtk3 ]; 28 30 29 31 propagatedBuildInputs = [ 30 32 pygobject3