pygobject3: 3.12.1 -> 3.18.2
pitivi-0.95 needs pygobject >= 3.14.
This commit is contained in:
parent
b2cad165bb
commit
aad87c4cd0
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, python, pkgconfig, glib, gobjectIntrospection, pycairo, cairo }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pygobject-3.12.1";
|
||||
name = "pygobject-3.18.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/pygobject/3.12/${name}.tar.xz";
|
||||
sha256 = "0dfsjsa95ix8bx3h8w4bhnz7rymgl2paclvbn93x6qp8b53y0pys";
|
||||
url = "mirror://gnome/sources/pygobject/3.18/${name}.tar.xz";
|
||||
sha256 = "0prc3ky7g50ixmfxbc7zf43fw6in4hw2q07667hp8swi2wassg1a";
|
||||
};
|
||||
|
||||
buildInputs = [ python pkgconfig glib gobjectIntrospection ];
|
||||
|
Loading…
Reference in New Issue
Block a user