meld: bump to 3.12.3 (latest) version

This commit is contained in:
Joachim Schiele
2015-01-21 20:59:57 +01:00
parent 7edbd7ad19
commit b8c2f466ba
3 changed files with 29 additions and 14 deletions

View File

@@ -8,7 +8,8 @@ stdenv.mkDerivation rec {
sha256 = "0dfsjsa95ix8bx3h8w4bhnz7rymgl2paclvbn93x6qp8b53y0pys";
};
buildInputs = [ python pkgconfig glib gobjectIntrospection pycairo cairo ];
buildInputs = [ python pkgconfig glib gobjectIntrospection ];
propagatedBuildInputs = [ pycairo cairo ];
meta = {
homepage = http://live.gnome.org/PyGObject;