guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: gobject-introspection: Update to 1.54.1.


From: Marius Bakke
Subject: 05/09: gnu: gobject-introspection: Update to 1.54.1.
Date: Thu, 12 Oct 2017 14:42:02 -0400 (EDT)

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

commit aac1c47fc4e4c9e91573cef7b6bf7035242d6c10
Author: Marius Bakke <address@hidden>
Date:   Sat Oct 7 14:41:51 2017 +0200

    gnu: gobject-introspection: Update to 1.54.1.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.54.1.
---
 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 6fcc5ae..6024c76 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -285,14 +285,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.52.1")
+    (version "1.54.1")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/"
                    "gobject-introspection/" (version-major+minor version)
                    "/gobject-introspection-" version ".tar.xz"))
              (sha256
-              (base32 "1x5gkyrglv3dn9b4fsgw6asqgjw1wj7qc37g9pyac6pyaa6w7l1f"))
+              (base32 "0zl7pfkzkm07733391b4f3cwjbnvb1nwvpmajf5bajh6bxgfv3dq"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "tools/g-ir-tool-template.in"



reply via email to

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