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