mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: flowee: Update to 2020.03.2
* gnu/packages/finance.scm (flowee): Update to 2020.03.2
This commit is contained in:
parent
ba11dddbfe
commit
813a88bb5a
1 changed files with 2 additions and 2 deletions
|
@ -1471,14 +1471,14 @@ (define-public fulcrum
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue