guix-commits
[Top][All Lists]
Advanced

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

19/97: gnu: gobject-introspection: Update to 1.48.0.


From: ???
Subject: 19/97: gnu: gobject-introspection: Update to 1.48.0.
Date: Thu, 07 Apr 2016 03:13:03 +0000

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

commit 39105dc2034fbf736c24aebb1757a693b5386b4b
Author: 宋文武 <address@hidden>
Date:   Mon Apr 4 13:57:41 2016 +0800

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

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 8d85d2b..a893dca 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -272,14 +272,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.46.0")
+    (version "1.48.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 "0cs27r18fga44ypp8icy62fwx6nh70r1bvhi4lzfn4w85cybsn36"))
+              (base32 "0xsqwxhfqzr79av89mg766kxpb2i41bd0vwspk01xjdzrnn5l9zs"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "tools/g-ir-tool-template.in"



reply via email to

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