Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

pygobject3: 3.12.1 -> 3.18.2

pitivi-0.95 needs pygobject >= 3.14.

+3 -3
+3 -3
pkgs/development/python-modules/pygobject/3.nix
··· 1 { stdenv, fetchurl, python, pkgconfig, glib, gobjectIntrospection, pycairo, cairo }: 2 3 stdenv.mkDerivation rec { 4 - name = "pygobject-3.12.1"; 5 6 src = fetchurl { 7 - url = "mirror://gnome/sources/pygobject/3.12/${name}.tar.xz"; 8 - sha256 = "0dfsjsa95ix8bx3h8w4bhnz7rymgl2paclvbn93x6qp8b53y0pys"; 9 }; 10 11 buildInputs = [ python pkgconfig glib gobjectIntrospection ];
··· 1 { stdenv, fetchurl, python, pkgconfig, glib, gobjectIntrospection, pycairo, cairo }: 2 3 stdenv.mkDerivation rec { 4 + name = "pygobject-3.18.2"; 5 6 src = fetchurl { 7 + url = "mirror://gnome/sources/pygobject/3.18/${name}.tar.xz"; 8 + sha256 = "0prc3ky7g50ixmfxbc7zf43fw6in4hw2q07667hp8swi2wassg1a"; 9 }; 10 11 buildInputs = [ python pkgconfig glib gobjectIntrospection ];