guix-commits
[Top][All Lists]
Advanced

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

01/51: gnu: gobject-introspection: Update to 1.62.0.


From: guix-commits
Subject: 01/51: gnu: gobject-introspection: Update to 1.62.0.
Date: Fri, 24 Jan 2020 14:48:06 -0500 (EST)

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

commit 49d7167328aa1a1f6408f220b1864094d1630a06
Author: Marius Bakke <address@hidden>
AuthorDate: Thu Jan 23 23:21:44 2020 +0100

    gnu: gobject-introspection: Update to 1.62.0.
    
    * gnu/packages/glib.scm (gobject-introspection): Update to 1.62.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 ba80656..08c7811 100644
--- a/gnu/packages/glib.scm
+++ b/gnu/packages/glib.scm
@@ -403,14 +403,14 @@ dynamic loading, and an object system.")
 (define gobject-introspection
   (package
     (name "gobject-introspection")
-    (version "1.60.2")
+    (version "1.62.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 "172ymc1vbg2rclq1rszx4y32vm900nn1mc4qg1a4mqxjiwvf5pzz"))
+              (base32 "18lhglg9v6y83lhqzyifc1z0wrlawzrhzzxx0a3h1g7xaz97xvmi"))
              (patches (search-patches
                        "gobject-introspection-cc.patch"
                        "gobject-introspection-girepository.patch"



reply via email to

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