gnu: flowee: Update to 2020.03.3.

* gnu/packages/finance.scm (flowee): Update to 2020.03.3.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Tom Zander via Guix-patches via 2020-05-15 17:53:42 +02:00 committed by Tobias Geerinckx-Rice
parent 9949c2ccbe
commit fb4fbdded1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1510,14 +1510,14 @@ (define-public fulcrum
(define-public flowee (define-public flowee
(package (package
(name "flowee") (name "flowee")
(version "2020.03.2") (version "2020.03.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://gitlab.com/FloweeTheHub/thehub/-/archive/" (uri (string-append "https://gitlab.com/FloweeTheHub/thehub/-/archive/"
version "/thehub-" version ".tar.gz")) version "/thehub-" version ".tar.gz"))
(sha256 (sha256
(base32 "1m8wfwxljvd2gqpfj1w37xky4isa3h9a7g57cnf3l4r90r4bxj47")))) (base32 "0ksyh7ll3v9p8f5y15vcb2vkrpzb4h0ricag9j90ad4b4rfsnpjw"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:configure-flags '("-Dbuild_tests=ON" "-Denable_gui=OFF") `(#:configure-flags '("-Dbuild_tests=ON" "-Denable_gui=OFF")