guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gobject-introspection: Update to 1.52.1.


From: Kei Kebreau
Subject: 01/01: gnu: gobject-introspection: Update to 1.52.1.
Date: Wed, 24 May 2017 11:56:08 -0400 (EDT)

kkebreau pushed a commit to branch staging
in repository guix.

commit 962d017158e513e941fad65dd2a0e18769133421
Author: Kei Kebreau <address@hidden>
Date:   Tue May 23 21:44:46 2017 -0400

    gnu: gobject-introspection: Update to 1.52.1.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.52.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 8c334c4..67db51d 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -289,14 +289,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.50.0")
+    (version "1.52.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 "1i9pccig8mv6qf0c1z8fcapays190nmr7j6pyc7cfhzmcv39fr8w"))
+              (base32 "1x5gkyrglv3dn9b4fsgw6asqgjw1wj7qc37g9pyac6pyaa6w7l1f"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "tools/g-ir-tool-template.in"



reply via email to

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