summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlexander Ried <ried@mytum.de>2016-09-29 14:17:46 +0200
committerAlexander Ried <ried@mytum.de>2016-10-15 20:32:10 +0200
commitb03d1996cd46aba7b809da6d78562d3125cd130b (patch)
tree93320455a3303fe1552a3d8ed246ed750098c548
parent574ee15905c7c019dafa3055f24f014bc31fa096 (diff)
downloadnixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.tar
nixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.tar.gz
nixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.tar.bz2
nixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.tar.lz
nixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.tar.xz
nixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.tar.zst
nixlib-b03d1996cd46aba7b809da6d78562d3125cd130b.zip
pygobject: 3.20.0 -> 3.22.0
-rw-r--r--pkgs/development/python-modules/pygobject/3.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pygobject/3.nix b/pkgs/development/python-modules/pygobject/3.nix
index 797d89fd4822..dfddd7dddbdb 100644
--- a/pkgs/development/python-modules/pygobject/3.nix
+++ b/pkgs/development/python-modules/pygobject/3.nix
@@ -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 ]