From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38622) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPOH1-0006uq-Hp for guix-patches@gnu.org; Fri, 17 Apr 2020 06:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPOH0-0004wX-Fg for guix-patches@gnu.org; Fri, 17 Apr 2020 06:31:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56695) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jPOH0-0004wJ-Cg for guix-patches@gnu.org; Fri, 17 Apr 2020 06:31:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jPOH0-0001zA-8N for guix-patches@gnu.org; Fri, 17 Apr 2020 06:31:02 -0400 Subject: [bug#40678] update fulcrum to 1.1.0 Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:38601) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jPOGs-0006ue-Lt for guix-patches@gnu.org; Fri, 17 Apr 2020 06:30:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jPOGr-0004nC-7W for guix-patches@gnu.org; Fri, 17 Apr 2020 06:30:54 -0400 Received: from mx.kolabnow.com ([95.128.36.40]:46504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1jPOGq-0004cC-04 for guix-patches@gnu.org; Fri, 17 Apr 2020 06:30:52 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out003.mykolab.com (Postfix) with ESMTP id 51EA4403FB for ; Fri, 17 Apr 2020 12:30:43 +0200 (CEST) Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out003.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k_EJ22t9ECfj for ; Fri, 17 Apr 2020 12:30:42 +0200 (CEST) Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) by ext-mx-out003.mykolab.com (Postfix) with ESMTPS id AC522403B0 for ; Fri, 17 Apr 2020 12:30:42 +0200 (CEST) Received: from ext-subm003.mykolab.com (unknown [10.9.6.3]) by int-mx002.mykolab.com (Postfix) with ESMTPS id 661AD29B9 for ; Fri, 17 Apr 2020 12:30:42 +0200 (CEST) Date: Fri, 17 Apr 2020 12:30:40 +0200 Message-ID: <2596762.mvXUDI8C0e@cherry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart11574385.O9o76ZdvQC" Content-Transfer-Encoding: 7Bit 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" Reply-to: Tom Zander , Tom Zander via Guix-patches From: Tom Zander via Guix-patches via To: 40678@debbugs.gnu.org This is a multi-part message in MIME format. --nextPart11574385.O9o76ZdvQC Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" gnu: fulcrum: Update to 1.1.0 * gnu/packages/finance.scm (fulcrum): Update to 1.1.0 -- Tom Zander --nextPart11574385.O9o76ZdvQC Content-Disposition: attachment; filename="0001-gnu-fulcrum-Update-to-1.1.0.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="0001-gnu-fulcrum-Update-to-1.1.0.patch" >From 2a7a736f2d25b4ce308496abb635f2b7747a0ae9 Mon Sep 17 00:00:00 2001 From: TomZ Date: Fri, 17 Apr 2020 12:26:58 +0200 Subject: [PATCH] gnu: fulcrum: Update to 1.1.0 * gnu/packages/finance.scm (fulcrum): Update to 1.1.0 --- gnu/packages/finance.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index c5f9066fd7..cc759ee972 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1405,14 +1405,14 @@ a Qt GUI.") (define-public fulcrum (package (name "fulcrum") - (version "1.0.5b") + (version "1.1.0") (source (origin (method url-fetch) (uri (string-append "https://gitlab.com/FloweeTheHub/fulcrum/-/archive/v" version "/fulcrum-v" version ".tar.gz")) (sha256 - (base32 "1c1hkik8avill8ha33g76rk4b03j5ac8wiml69q4jav7a63ywgfy")))) + (base32 "1xywwgsdhkiblv6la0pfhvn2s9q8vnz6pjg35647rlwzi6ybf0ak")))) (build-system gnu-build-system) (arguments `(#:phases -- 2.25.1 --nextPart11574385.O9o76ZdvQC--