Updating some py-gtk things.

With a newer glib, I could have used a newer pyobject.

svn path=/nixpkgs/trunk/; revision=20962
This commit is contained in:
Lluís Batlle i Rossell
2010-04-06 19:39:25 +00:00
parent 3cc371de23
commit 788e40bd5a
3 changed files with 9 additions and 9 deletions

View File

@@ -2,11 +2,11 @@
, libglade ? null}:
stdenv.mkDerivation {
name = "pygtk-2.10.4";
name = "pygtk-2.16.0";
src = fetchurl {
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.10/pygtk-2.10.4.tar.bz2;
sha256 = "1xg8vng42lql29aa5ryva8icc8dwdc7h2y3yn96qjdgl394d96mb";
url = http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.16/pygtk-2.16.0.tar.bz2;
sha256 = "1a24fkxslir8zb800hs4ix9iyvgqsy5c6hdfirrh2yi1mw0mxbkz";
};
buildInputs = [python pkgconfig glib gtk]