summary refs log tree commit diff
path: root/gnu/packages/glib.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 00:39:06 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:32:52 -0500
commitaae468e980453559820f1235fcb4b2d3c99be02f (patch)
treed6a16701ac19d9c33143057208d4911848111e1a /gnu/packages/glib.scm
parentef51eb99077fb2d2c7cff1e22342d290907a34cd (diff)
downloadguix-aae468e980453559820f1235fcb4b2d3c99be02f.tar.gz
gnu: gobject-introspection: Update to 1.50.0.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.50.0.
Diffstat (limited to 'gnu/packages/glib.scm')
-rw-r--r--gnu/packages/glib.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ca8ab3cd64..8604df944d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -281,14 +281,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.48.0")
+    (version "1.50.0")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/"
                    "gobject-introspection/" (version-major+minor version)
                    "/gobject-introspection-" version ".tar.xz"))
              (sha256
-              (base32 "0xsqwxhfqzr79av89mg766kxpb2i41bd0vwspk01xjdzrnn5l9zs"))
+              (base32 "1i9pccig8mv6qf0c1z8fcapays190nmr7j6pyc7cfhzmcv39fr8w"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "tools/g-ir-tool-template.in"