From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:57780) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iQiRU-0006t2-Kr for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iQiRT-0007cQ-P0 for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48956) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iQiRT-0007c6-L9 for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iQiRT-000813-Ib for guix-patches@gnu.org; Fri, 01 Nov 2019 21:43:03 -0400 Subject: [bug#38029] [PATCH 03/80] gnu: eog: Update to 3.32.2. Resent-Message-ID: From: Kei Kebreau Date: Fri, 1 Nov 2019 21:40:52 -0400 Message-Id: <20191102014058.3061-3-kkebreau@posteo.net> In-Reply-To: <20191102014058.3061-1-kkebreau@posteo.net> References: <20191102014058.3061-1-kkebreau@posteo.net> MIME-Version: 1.0 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: 38029@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/gnome.scm (eog): Update to 3.32.2. --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b11b3ed6c9..5c98427a31 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4075,7 +4075,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") (define-public eog (package (name "eog") - (version "3.28.4") + (version "3.32.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4083,7 +4083,7 @@ supports playlists, song ratings, and any codecs installed through gstreamer.") name "-" version ".tar.xz")) (sha256 (base32 - "1wrq3l3z0x6q0hnc1vqr2hnyb1b14qw6aqvc5dldfgbs0yys6p55")))) + "1bcxpqgzlk2cy4wfb3b5h66mhpj2fhrk1rrb5qqcv5xrr62ik5xy")))) (build-system meson-build-system) (arguments `(#:configure-flags -- 2.23.0