guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/14: gnu: flowee: Update to 2020.03.3.


From: guix-commits
Subject: 02/14: gnu: flowee: Update to 2020.03.3.
Date: Sat, 16 May 2020 08:31:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cbba85ebaf0ace51b0396b09540dbbc4264c436d
Author: Tom Zander via Guix-patches via <address@hidden>
AuthorDate: Fri May 15 17:53:42 2020 +0200

    gnu: flowee: Update to 2020.03.3.
    
    * gnu/packages/finance.scm (flowee): Update to 2020.03.3.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 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 0eaca88..92a0024 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1510,14 +1510,14 @@ like Flowee the Hub, which Fulcrum connects to over 
RPC.")
 (define-public flowee
   (package
     (name "flowee")
-    (version "2020.03.2")
+    (version "2020.03.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://gitlab.com/FloweeTheHub/thehub/-/archive/";
                             version "/thehub-" version ".tar.gz"))
        (sha256
-         (base32 "1m8wfwxljvd2gqpfj1w37xky4isa3h9a7g57cnf3l4r90r4bxj47"))))
+         (base32 "0ksyh7ll3v9p8f5y15vcb2vkrpzb4h0ricag9j90ad4b4rfsnpjw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-Dbuild_tests=ON" "-Denable_gui=OFF")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]