This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 1bea1b3  gnu: flowee: Update to 2020.04.1.
1bea1b3 is described below

commit 1bea1b3549537df75fd22a34ab15d1cdb3af72d7
Author: TomZ <[email protected]>
AuthorDate: Tue May 26 22:53:14 2020 +0200

    gnu: flowee: Update to 2020.04.1.
    
    * gnu/packages/finance.scm (flowee): Update to 2020.04.1.
    
    Signed-off-by: Nicolas Goaziou <[email protected]>
---
 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 3e23fcc..f182057 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")

Reply via email to