From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czX6r-00086T-U1 for guix-patches@gnu.org; Sat, 15 Apr 2017 19:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czX6n-0007me-WA for guix-patches@gnu.org; Sat, 15 Apr 2017 19:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51307) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1czX6n-0007mY-Sh for guix-patches@gnu.org; Sat, 15 Apr 2017 19:28:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1czX6n-0003Fd-Nn for guix-patches@gnu.org; Sat, 15 Apr 2017 19:28:01 -0400 Subject: bug#26527: [PATCH] gnu: gdk-pixbuf: Update to 2.36.6. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czX6T-00084w-P1 for guix-patches@gnu.org; Sat, 15 Apr 2017 19:27:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czX6P-0007SV-RV for guix-patches@gnu.org; Sat, 15 Apr 2017 19:27:41 -0400 Received: from lb1.openmailbox.org ([5.79.108.160]:37750 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 1czX6P-0007Rg-JH for guix-patches@gnu.org; Sat, 15 Apr 2017 19:27:37 -0400 From: Kei Kebreau Date: Sat, 15 Apr 2017 19:27:15 -0400 Message-Id: <20170415232715.11191-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: 26527@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.6. --- gnu/packages/gtk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 770a8c916..c95262afe 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -424,7 +424,7 @@ highlighting and other features typical of a source code editor.") (define-public gdk-pixbuf (package (name "gdk-pixbuf") - (version "2.36.3") + (version "2.36.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -432,7 +432,7 @@ highlighting and other features typical of a source code editor.") name "-" version ".tar.xz")) (sha256 (base32 - "1v1rssjd8p5s3lymsfhiq5mbs2pc0h1r6jd0asrwdbrign7i68sj")) + "034279k49ydawnagqd7b1rz741n20k4y3grybzwp26zd146bjpj5")) (patches (search-patches "gdk-pixbuf-list-dir.patch")))) (build-system gnu-build-system) (arguments -- 2.12.2