From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e359p-000491-Bw for guix-patches@gnu.org; Fri, 13 Oct 2017 14:58:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e359m-0003MC-2B for guix-patches@gnu.org; Fri, 13 Oct 2017 14:58:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57960) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e359l-0003M2-Ud for guix-patches@gnu.org; Fri, 13 Oct 2017 14:58:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e359l-0001TU-Nd for guix-patches@gnu.org; Fri, 13 Oct 2017 14:58:01 -0400 Subject: [bug#28820] [PATCH] gnu: glib: Update to 2.54.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e358p-00045N-NB for guix-patches@gnu.org; Fri, 13 Oct 2017 14:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e358m-0002qC-J3 for guix-patches@gnu.org; Fri, 13 Oct 2017 14:57:03 -0400 Received: from sonic306-20.consmr.mail.ir2.yahoo.com ([77.238.176.206]:44675) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e358m-0002pX-BX for guix-patches@gnu.org; Fri, 13 Oct 2017 14:57:00 -0400 From: Vasile Dumitrascu Date: Fri, 13 Oct 2017 20:56:54 +0200 Message-Id: <20171013185654.7047-1-va511e@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: 28820@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/glib.scm (glib): Update to 2.54.1. --- gnu/packages/glib.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/glib.scm b/gnu/packages/glib.scm index bacc63270..5d960c90c 100644 --- a/gnu/packages/glib.scm +++ b/gnu/packages/glib.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver ;;; Copyright © 2016 Efraim Flashner ;;; Copyright © 2016 Lukas Gradl +;;; Copyright © 2017 Vasile Dumitrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -137,7 +138,7 @@ shared NFS home directories.") (define glib (package (name "glib") - (version "2.52.3") + (version "2.54.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" @@ -145,7 +146,7 @@ shared NFS home directories.") name "-" version ".tar.xz")) (sha256 (base32 - "0a71wkkhkvad84gm30w13micxxgqqw3sxhybj7nd9z60lwspdvi5")) + "18s7rw127wrvb107bkmxd1lmh62b2v19ww5rz7xi0krj34a1ph2h")) (patches (search-patches "glib-tests-timer.patch")))) (build-system gnu-build-system) (outputs '("out" ; everything -- 2.15.0.rc0