From patchwork Tue Feb 28 01:21:54 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jelle Licht X-Patchwork-Id: 47470 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id D973316C1C; Tue, 28 Feb 2023 01:22:32 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id AAAF916955 for ; Tue, 28 Feb 2023 01:22:31 +0000 (GMT) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWogy-0006u0-Tk; Mon, 27 Feb 2023 20:22:08 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWogt-0006rH-Fr for guix-patches@gnu.org; Mon, 27 Feb 2023 20:22:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWogs-0001U5-Mz for guix-patches@gnu.org; Mon, 27 Feb 2023 20:22:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWogs-0007ti-Fp for guix-patches@gnu.org; Mon, 27 Feb 2023 20:22:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61824] [PATCH v2] gnu: ledger: Update to 3.3.0. References: In-Reply-To: Resent-From: jlicht@fsfe.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 Feb 2023 01:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61824 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61824@debbugs.gnu.org Cc: Guillaume Le Vaillant , Jelle Licht Received: via spool by 61824-submit@debbugs.gnu.org id=B61824.167754732230354 (code B ref 61824); Tue, 28 Feb 2023 01:22:02 +0000 Received: (at 61824) by debbugs.gnu.org; 28 Feb 2023 01:22:02 +0000 Received: from localhost ([127.0.0.1]:49332 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWogr-0007tT-Lw for submit@debbugs.gnu.org; Mon, 27 Feb 2023 20:22:01 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:60080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWogo-0007tI-5e for 61824@debbugs.gnu.org; Mon, 27 Feb 2023 20:22:00 -0500 From: jlicht@fsfe.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fsfe.org; s=2021100501; t=1677547314; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=tzVDukSJq1fZysOpLlewgGZIubix98qEEpE/Pv/EWUk=; b=Tjb5Lapp79b30E8+EXz7tDdB7M9JKy7JWm6OfHHR0Af/cwyCH8OsTPg1c1QUCSbuK/yj6w 60MWEezDwmvvFjhYT0AuzUUGK1v3JfzSkmLkdknTYA2/pExr4uXYmjnwIbttvq6VvqBv92 NdTQGH+Nvo49eVrDhvv+JKQpLxDBlEE= Date: Tue, 28 Feb 2023 02:21:54 +0100 Message-Id: <446097eef34bba950070e46d65ea9e74096105f2.1677547270.git.jlicht@fsfe.org> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Jelle Licht * gnu/packages/finance.scm (ledger): Update to 3.3.0. [source]: Remove snippet. [arguments]<#:phases>: Re-enable old test. --- Changes in v2: - enable now-working tests gnu/packages/finance.scm | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index d2da017091..82b20fd331 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -311,7 +311,7 @@ (define-public homebank (define-public ledger (package (name "ledger") - (version "3.2.1") + (version "3.3.0") (source (origin (method git-fetch) @@ -320,14 +320,7 @@ (define-public ledger (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0x6jxwss3wwzbzlwmnwb8yzjk8f9wfawif4f1b74z2qg6hc4r7f6")) - (snippet '(begin - ;; Remove test that fails due to difference in - ;; reported error message (missing leading "./" in the - ;; file name); started some time after Guix commit - ;; 727f05e1e285aa52f5a19ec923fdc2259859b4b1 - (delete-file "test/regress/BF3C1F82-2.test") - #true)))) + (base32 "09xn5v830lwzkmshhh42ik88gv6hazydb2jxd7kvvhd0k4g7l4yj")))) (build-system cmake-build-system) (arguments `(#:modules (,@%cmake-build-system-modules @@ -369,10 +362,6 @@ (define-public ledger (setenv "TZDIR" (search-input-directory inputs "share/zoneinfo")) - ;; Skip failing test BaselineTest_cmd-org. - ;; This is a known upstream issue. See - ;; https://github.com/ledger/ledger/issues/550 - (setenv "ARGS" "-E BaselineTest_cmd-org") #t))))) (inputs (list boost