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

@@ -1,10 +1,10 @@
{stdenv, fetchurl, python, pkgconfig, cairo, x11}:
stdenv.mkDerivation {
name = "pycairo-1.4.0";
name = "pycairo-1.8.8";
src = fetchurl {
url = http://cairographics.org/releases/pycairo-1.4.0.tar.gz;
sha256 = "0cky2iw3ccbqh96y5ypbrxmmaj1jmdcmlss0k6p3jzkjxvzsy4lj";
url = http://cairographics.org/releases/pycairo-1.8.8.tar.gz;
sha256 = "0q18hd4ai4raljlvd76ylgi30kxpr2qq83ka6gzwh0ya8fcmjlig";
};
buildInputs = [python pkgconfig cairo x11];