From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:37190) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP259-0005na-S1 for guix-patches@gnu.org; Mon, 28 Oct 2019 06:17:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP258-0000kB-Sw for guix-patches@gnu.org; Mon, 28 Oct 2019 06:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35073) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iP258-0000k4-QT for guix-patches@gnu.org; Mon, 28 Oct 2019 06:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iP258-0002m8-KZ for guix-patches@gnu.org; Mon, 28 Oct 2019 06:17:02 -0400 Subject: [bug#37958] [PATCH] gnu: evince: Update to 3.34.1. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37179) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP24w-0005LT-Q1 for guix-patches@gnu.org; Mon, 28 Oct 2019 06:16:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP24v-0000dy-IC for guix-patches@gnu.org; Mon, 28 Oct 2019 06:16:50 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:55575) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iP24v-0000dD-CV for guix-patches@gnu.org; Mon, 28 Oct 2019 06:16:49 -0400 From: Tanguy Le Carrour Date: Mon, 28 Oct 2019 11:16:13 +0100 Message-Id: <20191028101613.19906-1-tanguy@bioneland.org> 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: 37958@debbugs.gnu.org Cc: Tanguy Le Carrour * gnu/packages/gnome.scm (evince): Update to 3.34.1. --- 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 12993eadef..bb842574b2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -772,7 +772,7 @@ forgotten when the session ends.") (define-public evince (package (name "evince") - (version "3.30.2") + (version "3.34.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -780,7 +780,7 @@ forgotten when the session ends.") name "-" version ".tar.xz")) (sha256 (base32 - "0k7jln6dpg4bpv61niicjzkzyq6fhb3yfld7pc8ck71c8pmvsnx9")))) + "1pr6fvbaam1mzxjwyqd53hcxzdjzf73idn10j4j7n54nwg6hgr45")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--disable-nautilus") -- 2.23.0