guix-commits
[Top][All Lists]
Advanced

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

02/17: gnu: gobject-introspection: Update to 1.46.0.


From: ???
Subject: 02/17: gnu: gobject-introspection: Update to 1.46.0.
Date: Thu, 15 Oct 2015 15:42:31 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit ed89d9011763bf6db774017b9d7fe01eea3dcdca
Author: 宋文武 <address@hidden>
Date:   Thu Oct 15 22:03:14 2015 +0800

    gnu: gobject-introspection: Update to 1.46.0.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.46.0.
      [source]: Add a snippet to correct python shebang.
---
 gnu/packages/glib.scm |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm
index 407d789..22c8b8a 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -214,14 +214,18 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.44.0")
+    (version "1.46.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 "1b972qg2yb51sdavfvb6kc19akwc15c1bwnbg81vadxamql2q33g"))
+              (base32 "0cs27r18fga44ypp8icy62fwx6nh70r1bvhi4lzfn4w85cybsn36"))
+             (modules '((guix build utils)))
+             (snippet
+              '(substitute* "tools/g-ir-tool-template.in"
+                 (("#!/usr/bin/env @PYTHON@") "address@hidden@")))
              (patches (list
                        (search-patch "gobject-introspection-cc.patch")
                        (search-patch



reply via email to

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