From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46269) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEb1S-0005tT-2t for guix-patches@gnu.org; Sun, 29 Sep 2019 11:22:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEb1O-0007tC-95 for guix-patches@gnu.org; Sun, 29 Sep 2019 11:22:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46726) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iEb1O-0007sq-1r for guix-patches@gnu.org; Sun, 29 Sep 2019 11:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iEb1N-0007yF-TV for guix-patches@gnu.org; Sun, 29 Sep 2019 11:22:01 -0400 Subject: [bug#37554] [PATCH] gnu: gnucash: Update to 3.7. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:46247) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iEb17-0005qV-WE for guix-patches@gnu.org; Sun, 29 Sep 2019 11:21:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iEb16-0007cP-Ar for guix-patches@gnu.org; Sun, 29 Sep 2019 11:21:45 -0400 Received: from mout02.posteo.de ([185.67.36.66]:42465) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iEb15-0007be-Oc for guix-patches@gnu.org; Sun, 29 Sep 2019 11:21:44 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id C50672400FF for ; Sun, 29 Sep 2019 17:21:41 +0200 (CEST) From: Kei Kebreau Date: Sun, 29 Sep 2019 11:21:33 -0400 Message-Id: <20190929152133.28867-1-kkebreau@posteo.net> 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: 37554@debbugs.gnu.org Cc: Kei Kebreau * gnu/packages/gnucash.scm (gnucash): Update to 3.7. [arguments]: Remove "disable-stress-options-test" phase. (gnucash-docs): Update to 3.7. --- gnu/packages/gnucash.scm | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 2ed1a890f7..de916a8829 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -54,7 +54,7 @@ ;; directory. (package (name "gnucash") - (version "3.5") + (version "3.7") (source (origin (method url-fetch) @@ -62,7 +62,7 @@ version "/gnucash-" version ".tar.bz2")) (sha256 (base32 - "0ibp7g6aknvnkwkin97kv04ipksy3l18dsz9qysjb7h2nr8hnvbp")))) + "1d2qi3ny0bxa16ifh3465z1jgn1l0fmqk9dkph4ialw076gv13kb")))) (build-system cmake-build-system) (inputs `(("guile" ,guile-2.2) @@ -125,13 +125,6 @@ (substitute* "libgnucash/scm/price-quotes.scm" (("\"perl\" \"-w\" ") "")) #t)) - ;; The test-stress-options unit test is known to fail, so we di= sable - ;; it (see: https://bugs.gnucash.org/show_bug.cgi?id=3D796877). - (add-after 'unpack 'disable-stress-options-test - (lambda _ - (substitute* "gnucash/report/standard-reports/test/CMakeLis= ts.txt" - (("test-stress-options.scm") "")) - #t)) ;; The qof test requires the en_US, en_GB, and fr_FR locales. (add-before 'check 'install-locales (lambda _ @@ -207,7 +200,7 @@ installed as well as Yelp, the Gnome help browser.") version "/gnucash-docs-" version revision "= .tar.gz")) (sha256 (base32 - "0gjndyms413vilf5nqh39frs1691sxib8l7y9mbvcyirj1f8285k")))) + "1h4hm58ikffbhplx4gm8pzm9blfwqa1sz8yc2fqi21vs5v0ijf9r")))) (build-system gnu-build-system) ;; These are native-inputs because they are only required for buil= ding the ;; documentation. --=20 2.23.0