gnu: flowee: Update to 2020.03.2
* gnu/packages/finance.scm (flowee): Update to 2020.03.2master
parent
ba11dddbfe
commit
813a88bb5a
|
@ -1471,14 +1471,14 @@ like Flowee the Hub, which Fulcrum connects to over RPC.")
|
||||||
(define-public flowee
|
(define-public flowee
|
||||||
(package
|
(package
|
||||||
(name "flowee")
|
(name "flowee")
|
||||||
(version "2020.03.1")
|
(version "2020.03.2")
|
||||||
(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 "1ajd5axv9zyhh6njrvamm11zn52j1q4j3mwn2nfv7cjd4lhnhlsr"))))
|
(base32 "1m8wfwxljvd2gqpfj1w37xky4isa3h9a7g57cnf3l4r90r4bxj47"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue