guix-commits
[Top][All Lists]
Advanced

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

03/08: gnu: gobject-introspection: Update to 1.60.2.


From: guix-commits
Subject: 03/08: gnu: gobject-introspection: Update to 1.60.2.
Date: Fri, 21 Jun 2019 08:55:39 -0400 (EDT)

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

commit 273c30bec644172e7b9300fa7fc28e6dad67941e
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 21 13:56:28 2019 +0200

    gnu: gobject-introspection: Update to 1.60.2.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.60.2.
---
 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 0383aec..a4ae7b5 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -349,14 +349,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.58.1")
+    (version "1.60.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnome/sources/"
                    "gobject-introspection/" (version-major+minor version)
                    "/gobject-introspection-" version ".tar.xz"))
              (sha256
-              (base32 "12fzs3044047icdfs7cb2lsmnfi6w6fyhkci3m2rbvf5llgnhm29"))
+              (base32 "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz"))
              (patches (search-patches
                        "gobject-introspection-cc.patch"
                        "gobject-introspection-girepository.patch"



reply via email to

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