From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:33878) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSHtn-0004Vi-5i for guix-patches@gnu.org; Sat, 25 Apr 2020 06:19:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSHtm-0004Yd-EV for guix-patches@gnu.org; Sat, 25 Apr 2020 06:19:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47031) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jSHtm-0004YW-22 for guix-patches@gnu.org; Sat, 25 Apr 2020 06:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jSHtl-00083K-US for guix-patches@gnu.org; Sat, 25 Apr 2020 06:19:01 -0400 Subject: [bug#40840] update package Flowee Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:33696) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSHsn-00040O-73 for guix-patches@gnu.org; Sat, 25 Apr 2020 06:18:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSHsm-00048X-8G for guix-patches@gnu.org; Sat, 25 Apr 2020 06:18:00 -0400 Received: from mx.kolabnow.com ([95.128.36.42]:61594) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSHsl-00047O-DM for guix-patches@gnu.org; Sat, 25 Apr 2020 06:17:59 -0400 Received: from localhost (unknown [127.0.0.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTP id 2A446515 for ; Sat, 25 Apr 2020 12:17:57 +0200 (CEST) Received: from mx.kolabnow.com ([127.0.0.1]) by localhost (ext-mx-out001.mykolab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xM7RssOtpXE6 for ; Sat, 25 Apr 2020 12:17:56 +0200 (CEST) Received: from int-mx001.mykolab.com (unknown [10.9.13.1]) by ext-mx-out001.mykolab.com (Postfix) with ESMTPS id 87A6F4CA for ; Sat, 25 Apr 2020 12:17:56 +0200 (CEST) Received: from ext-subm001.mykolab.com (unknown [10.9.6.1]) by int-mx001.mykolab.com (Postfix) with ESMTPS id 42238277 for ; Sat, 25 Apr 2020 12:17:56 +0200 (CEST) Date: Sat, 25 Apr 2020 12:17:54 +0200 Message-ID: <4881140.31r3eYUQgx@cherry> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="nextPart4554440.LvFx2qVVIh" 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: 40840@debbugs.gnu.org This is a multi-part message in MIME format. --nextPart4554440.LvFx2qVVIh Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Bugfix release. Please merge. -- Tom Zander --nextPart4554440.LvFx2qVVIh Content-Disposition: attachment; filename="0001-gnu-flowee-Update-to-2020.03.2.patch" Content-Transfer-Encoding: 7Bit Content-Type: text/x-patch; charset="UTF-8"; name="0001-gnu-flowee-Update-to-2020.03.2.patch" >From c0b7211c5bd890abc6f544c9da4986832ea9e993 Mon Sep 17 00:00:00 2001 From: TomZ Date: Sat, 25 Apr 2020 12:16:08 +0200 Subject: [PATCH] gnu: flowee: Update to 2020.03.2 * gnu/packages/finance.scm (flowee): Update to 2020.03.2 --- 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 80d0350cf5..c31b87ec19 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1471,14 +1471,14 @@ like Flowee the Hub, which Fulcrum connects to over RPC.") (define-public flowee (package (name "flowee") - (version "2020.03.1") + (version "2020.03.2") (source (origin (method url-fetch) (uri (string-append "https://gitlab.com/FloweeTheHub/thehub/-/archive/" version "/thehub-" version ".tar.gz")) (sha256 - (base32 "1ajd5axv9zyhh6njrvamm11zn52j1q4j3mwn2nfv7cjd4lhnhlsr")))) + (base32 "1m8wfwxljvd2gqpfj1w37xky4isa3h9a7g57cnf3l4r90r4bxj47")))) (build-system cmake-build-system) (arguments `(#:configure-flags '("-Dbuild_tests=ON" "-Denable_gui=OFF") -- 2.25.1 --nextPart4554440.LvFx2qVVIh--