From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:56272) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7DN-0001tm-1g for guix-patches@gnu.org; Thu, 16 Apr 2020 12:18:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7DG-0004Pf-Qa for guix-patches@gnu.org; Thu, 16 Apr 2020 12:18:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55862) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP7DG-0004PW-Nq for guix-patches@gnu.org; Thu, 16 Apr 2020 12:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP7DG-000480-HH for guix-patches@gnu.org; Thu, 16 Apr 2020 12:18:02 -0400 Subject: [bug#40666] [PATCH 1/2] gnu: trezord: Update to 2.0.29. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:56230) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP7Cp-0001ab-7x for guix-patches@gnu.org; Thu, 16 Apr 2020 12:17:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP7Cm-0004DT-KX for guix-patches@gnu.org; Thu, 16 Apr 2020 12:17:34 -0400 Received: from mx1.riseup.net ([198.252.153.129]:58004) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jP7Cm-0004AJ-Ac for guix-patches@gnu.org; Thu, 16 Apr 2020 12:17:32 -0400 Received: from capuchin.riseup.net (unknown [10.0.1.176]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4934BF0BGgzFd1N for ; Thu, 16 Apr 2020 09:17:25 -0700 (PDT) From: Martin Becze Date: Thu, 16 Apr 2020 11:17:13 -0500 Message-Id: <20200416161713.3466-1-mjbecze@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 40666@debbugs.gnu.org Cc: Martin Becze * gnu/packages/finance.scm (trezord): Update to 2.0.29. --- gnu/packages/finance.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index c5f9066fd7..0c05530a31 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -13,7 +13,7 @@ ;;; Copyright =C2=A9 2018 Arun Isaac ;;; Copyright =C2=A9 2019, 2020 Guillaume Le Vaillant ;;; Copyright =C2=A9 2019 Tanguy Le Carrour -;;; Copyright =C2=A9 2019 Martin Becze +;;; Copyright =C2=A9 2019, 2020 Martin Becze ;;; Copyright =C2=A9 2019 Sebastian Schott ;;; Copyright =C2=A9 2020 Kei Kebreau ;;; Copyright =C2=A9 2020 Christopher Lemmer Webber @@ -1168,7 +1168,7 @@ information.") (define-public trezord (package (name "trezord") - (version "2.0.17") + (version "2.0.29") (source (origin (method git-fetch) @@ -1177,7 +1177,7 @@ information.") (commit (string-append "v" version)))) (sha256 (base32 - "0nqzpq0i3crh0i4r1cppja5sn3rwi1fv9afxzwzv63096x5l30a7")) + "1ks1fa0027s3xp0z6qp0dxmayvrb4dwwscfhbx7da0khp153f2cp")) (file-name (git-file-name name version)))) (build-system go-build-system) (arguments --=20 2.26.0