From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60776) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDXtP-0000ot-E0 for guix-patches@gnu.org; Wed, 24 May 2017 11:08:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDXtK-0004yX-FS for guix-patches@gnu.org; Wed, 24 May 2017 11:08:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33681) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDXtK-0004yM-Bo for guix-patches@gnu.org; Wed, 24 May 2017 11:08:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dDXtK-0002lX-7J for guix-patches@gnu.org; Wed, 24 May 2017 11:08:02 -0400 Subject: bug#27054: [PATCH] gnu: gobject-introspection: Update to 1.52.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60443) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dDXsI-00008h-IQ for guix-patches@gnu.org; Wed, 24 May 2017 11:06:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dDXsE-0003c4-2L for guix-patches@gnu.org; Wed, 24 May 2017 11:06:58 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:48479 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dDXsD-0003aG-QX for guix-patches@gnu.org; Wed, 24 May 2017 11:06:53 -0400 From: Kei Kebreau Date: Wed, 24 May 2017 11:06:35 -0400 Message-Id: <20170524150635.14712-1-kei@openmailbox.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27054@debbugs.gnu.org Cc: Kei Kebreau * 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 8c334c467..67db51dc8 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" -- 2.13.0