From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:58047) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ijlvk-0006Pk-5s for guix-patches@gnu.org; Tue, 24 Dec 2019 10:17:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ijlvj-00036F-3e for guix-patches@gnu.org; Tue, 24 Dec 2019 10:17:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46973) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ijlvj-000369-0w for guix-patches@gnu.org; Tue, 24 Dec 2019 10:17:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ijlvi-0007TO-TQ for guix-patches@gnu.org; Tue, 24 Dec 2019 10:17:02 -0500 Subject: [bug#38733] [PATCH 2/2] gnu: aqbanking: Update to 5.99.44beta. Resent-Message-ID: From: Hartmut Goebel Date: Tue, 24 Dec 2019 16:16:05 +0100 Message-Id: <20191224151605.29689-2-h.goebel@crazy-compilers.com> In-Reply-To: <20191224151605.29689-1-h.goebel@crazy-compilers.com> References: <20191224151605.29689-1-h.goebel@crazy-compilers.com> 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: 38733@debbugs.gnu.org * gnu/packages/gnucash.scm (aqbanking): Update to 5.99.44beta. [argmuents]: Remove. [native-inputs]. Add gettext-minimal. --- gnu/packages/gnucash.scm | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index dc9831328a..e1dc5512a1 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -37,6 +37,7 @@ #:use-module (gnu packages databases) #:use-module (gnu packages docbook) #:use-module (gnu packages documentation) + #:use-module (gnu packages gettext) #:use-module (gnu packages gnome) #:use-module (gnu packages gnupg) #:use-module (gnu packages glib) @@ -268,22 +269,19 @@ applications and libraries. It is used by AqBanking.") (define-public aqbanking (package (name "aqbanking") - (version "5.8.1") + (version "5.99.44beta") (source (origin (method url-fetch) (uri (string-append "https://www.aquamaniac.de/rdm/attachments/" - "download/105/aqbanking-" version ".tar.gz")) + "download/224/aqbanking-" version ".tar.gz")) (sha256 - (base32 "0m44n2hyxprxzq7ijkrd7rmhhl0r033s1k21ix9y67a0p9skl1mg")))) + (base32 "1cgj8g3wy53galp9pk50a85w0kmwfx3dwl93cbvq6sqb9izxmwdb")))) (build-system gnu-build-system) (arguments `(;; Parallel building fails because aqhbci is required before it's ;; built. - #:parallel-build? #f - #:configure-flags - (list (string-append "--with-gwen-dir=" - (assoc-ref %build-inputs "gwenhywfar"))))) + #:parallel-build? #f)) (propagated-inputs `(("gwenhywfar" ,gwenhywfar))) (inputs @@ -292,6 +290,7 @@ applications and libraries. It is used by AqBanking.") ("gnutls" ,gnutls))) (native-inputs `(("pkg-config" ,pkg-config) + ("gettext-minimal", gettext-minimal) ("libltdl" ,libltdl))) (home-page "https://www.aquamaniac.de/sites/aqbanking/index.php") (synopsis "Interface for online banking tasks") -- 2.21.1