guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: flowee: Update to 2020.03.2


From: guix-commits
Subject: branch master updated: gnu: flowee: Update to 2020.03.2
Date: Sat, 25 Apr 2020 16:24:20 -0400

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 813a88b  gnu: flowee: Update to 2020.03.2
813a88b is described below

commit 813a88bb5a3dbd9e0c99524e323cd38cb22f2e50
Author: TomZ <address@hidden>
AuthorDate: Sat Apr 25 12:16:08 2020 +0200

    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 80d0350..c31b87e 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")



reply via email to

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