From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:34779) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i00HD-0001SG-Bs for guix-patches@gnu.org; Tue, 20 Aug 2019 05:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i00HC-0000Jo-8P for guix-patches@gnu.org; Tue, 20 Aug 2019 05:18:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52050) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i00HC-0000J8-2Z for guix-patches@gnu.org; Tue, 20 Aug 2019 05:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i00HB-0007bO-QB for guix-patches@gnu.org; Tue, 20 Aug 2019 05:18:01 -0400 Subject: [bug#37096] [PATCH] gnu: libdazzle: Update to 3.33.90. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:34630) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i00GT-0001QF-VW for guix-patches@gnu.org; Tue, 20 Aug 2019 05:17:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i00GS-0007Xh-RY for guix-patches@gnu.org; Tue, 20 Aug 2019 05:17:17 -0400 Received: from devianza.investici.org ([198.167.222.108]:26381) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1i00GS-0007UB-I0 for guix-patches@gnu.org; Tue, 20 Aug 2019 05:17:16 -0400 From: Giacomo Leidi Date: Tue, 20 Aug 2019 11:16:55 +0200 Message-Id: <20190820091655.23245-1-goodoldpaul@autistici.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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: 37096@debbugs.gnu.org * gnu/packages/gnome.scm (libdazzle): Update to 3.33.90. --- gnu/packages/gnome.scm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index d5e46e09c1..39f5b11a57 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -8042,7 +8042,7 @@ hexadecimal or ASCII. It is useful for editing bin= ary files in general.") (define-public libdazzle (package (name "libdazzle") - (version "3.28.5") + (version "3.32.3") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/libdazzle/" @@ -8050,17 +8050,11 @@ hexadecimal or ASCII. It is useful for editing b= inary files in general.") "libdazzle-" version ".tar.xz")) (sha256 (base32 - "08qdwv2flywnh6kibkyv0pnm67pk8xlmjh4yqx6hf13hyhkxkqgg"))= )) + "1s37hv12ikfzhvh86qzgmfcjm3wvp12l2vsr0whl5xmm2harp3bc"))= )) (build-system meson-build-system) (arguments `(#:phases (modify-phases %standard-phases - (add-after 'unpack 'disable-failing-test - (lambda _ - ;; Disable failing test. - (substitute* "tests/meson.build" - (("test\\('test-application") "#")) - #t)) (add-before 'check 'pre-check (lambda _ ;; Tests require a running X server. --=20 2.23.0