diff mbox series

[bug#41547] update package flowee

Message ID 2573603.mvXUDI8C0e@cherry
State Accepted
Headers show
Series [bug#41547] update package flowee | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

guix--- via Guix-patches via May 26, 2020, 8:54 p.m. UTC
See attached patch

Comments

Nicolas Goaziou May 26, 2020, 9:54 p.m. UTC | #1
Hello,

Tom Zander via Guix-patches via <guix-patches@gnu.org> writes:

> Subject: [PATCH] gnu: flowee: Update to 2020.04.1.

Applied. Thank you.

Regards,
diff mbox series

Patch

From 550c033658fdcfe62f7348720ed0e35a714cfa21 Mon Sep 17 00:00:00 2001
From: TomZ <tomz@freedommail.ch>
Date: Tue, 26 May 2020 22:53:14 +0200
Subject: [PATCH] gnu: flowee: Update to 2020.04.1.

* gnu/packages/finance.scm (flowee): Update to 2020.04.1.
---
 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 3e23fcceea..f182057bb4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1521,14 +1521,14 @@  like Flowee the Hub, which Fulcrum connects to over RPC.")
 (define-public flowee
   (package
     (name "flowee")
-    (version "2020.03.3")
+    (version "2020.04.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gitlab.com/FloweeTheHub/thehub/-/archive/"
                             version "/thehub-" version ".tar.gz"))
        (sha256
-         (base32 "0ksyh7ll3v9p8f5y15vcb2vkrpzb4h0ricag9j90ad4b4rfsnpjw"))))
+         (base32 "1vwvaxm3b71pfx8l4rrv06wqks6xdf2333w856b36s1bzvj53rhc"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-Dbuild_tests=ON" "-Denable_gui=OFF")
-- 
2.25.1