pygobject: update to 2.28.6
This fixes an issue with MyPaint: https://gna.org/bugs/?20400
This commit is contained in:
parent
43e8e7763b
commit
e42e498e60
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, python, pkgconfig, glib }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pygobject-2.27.0";
|
||||
name = "pygobject-2.28.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.27/${name}.tar.bz2";
|
||||
sha256 = "18mq4mj9s9sw12m6gbbc4iffrq993c7q09v9yahlnamrqn3bv53m";
|
||||
url = "http://ftp.gnome.org/pub/GNOME/sources/pygobject/2.28/${name}.tar.xz";
|
||||
sha256 = "1f5dfxjnil2glfwxnqr14d2cjfbkghsbsn8n04js2c2icr7iv2pv";
|
||||
};
|
||||
|
||||
configureFlags = "--disable-introspection";
|
||||
|
Loading…
Reference in New Issue
Block a user