guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/85: gnu: gobject-introspection: Update to 1.50.0.


From: Mark H. Weaver
Subject: 08/85: gnu: gobject-introspection: Update to 1.50.0.
Date: Wed, 11 Jan 2017 16:36:01 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit aae468e980453559820f1235fcb4b2d3c99be02f
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 00:39:06 2017 -0500

    gnu: gobject-introspection: Update to 1.50.0.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.50.0.
---
 gnu/packages/glib.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index ca8ab3c..8604df9 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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]