diff options
author | 宋文武 <iyzsong@gmail.com> | 2015-04-20 18:08:52 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2015-04-22 09:57:52 +0800 |
commit | 6b6795595e09902e004b72c067703df764b54289 (patch) | |
tree | 7d7288169bb39eca4c4fcc2b30dffb18524a7004 | |
parent | 759dd7d5b937ffcebdad21db952cee013ab8d016 (diff) | |
download | patches-6b6795595e09902e004b72c067703df764b54289.tar patches-6b6795595e09902e004b72c067703df764b54289.tar.gz |
gnu: python-pygobject: Update to 3.16.1.
* gnu/packages/glib.scm (python-pygobject): Update to 3.16.1.
-rw-r--r-- | gnu/packages/glib.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index 18a5a513cc..f888d5bea4 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -479,8 +479,7 @@ useful for C++.") (define-public python-pygobject (package (name "python-pygobject") - (version "3.12.2") ;last version that works with - ;gobject-introspection 1.38 + (version "3.16.1") (source (origin (method url-fetch) @@ -489,8 +488,7 @@ useful for C++.") "/pygobject-" version ".tar.xz")) (sha256 (base32 - "08m5yad1hjdax4g39w6lgjk4124mcwpa8fc5iyvb8nygk8s3syky")))) - ;; 3.14.0: 0m1d75iwxa6k1xbkn6c6yq5r10pxnf7i5c2a5yvwsnab7ylzz7kp + "1hqyma73w0lnjcgx68kawhnq84aq92xlkdqphrlc2ppia38dm5kx")))) (build-system gnu-build-system) (native-inputs `(("which" ,which) |