pygobject: 3.20.0 -> 3.22.0

This commit is contained in:
Alexander Ried 2016-09-29 14:17:46 +02:00
parent 574ee15905
commit b03d1996cd

View file

@ -1,13 +1,13 @@
{ stdenv, fetchurl, mkPythonDerivation, python, pkgconfig, glib, gobjectIntrospection, pycairo, cairo, which, ncurses}:
mkPythonDerivation rec {
major = "3.20";
major = "3.22";
minor = "0";
name = "pygobject-${major}.${minor}";
src = fetchurl {
url = "mirror://gnome/sources/pygobject/${major}/${name}.tar.xz";
sha256 = "0ikzh3l7g1gjh8jj8vg6mdvrb25svp63gxcam4m0i404yh0lgari";
sha256 = "08b29cfb08efc80f7a8630a2734dec65a99c1b59f1e5771c671d2e4ed8a5cbe7";
};
buildInputs = [ pkgconfig glib gobjectIntrospection ]