guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: gobject-introspection: Update to 1.56.0.


From: Marius Bakke
Subject: 02/04: gnu: gobject-introspection: Update to 1.56.0.
Date: Wed, 14 Mar 2018 19:07:22 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit ff46037351d80517fade06561ffb4415c1cb9e57
Author: Marius Bakke <address@hidden>
Date:   Wed Mar 14 23:40:14 2018 +0100

    gnu: gobject-introspection: Update to 1.56.0.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.56.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 1588532..fe6b257 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -296,14 +296,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.54.1")
+    (version "1.56.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 "0zl7pfkzkm07733391b4f3cwjbnvb1nwvpmajf5bajh6bxgfv3dq"))
+              (base32 "1y50pbn5qqbcv2h9rkz96wvv5jls2gma9bkqjq6wapmaszx5jw0d"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "tools/g-ir-tool-template.in"



reply via email to

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