gnu: flowee: Update to 2020.03.2
authorTomZ <tomz@freedommail.ch>
Sat, 25 Apr 2020 10:16:08 +0000 (12:16 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sat, 25 Apr 2020 20:24:00 +0000 (22:24 +0200)
* gnu/packages/finance.scm (flowee): Update to 2020.03.2

gnu/packages/finance.scm

index 80d0350..c31b87e 100644 (file)
@@ -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")