gnu: ledger: Update to 3.3.2.
* gnu/packages/finance.scm (ledger): Update to 3.3.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
parent
a5cf461394
commit
84e876f1f0
|
@ -312,7 +312,7 @@ and dynamically with report tools based on filtering and graphical charts.")
|
||||||
(define-public ledger
|
(define-public ledger
|
||||||
(package
|
(package
|
||||||
(name "ledger")
|
(name "ledger")
|
||||||
(version "3.3.1")
|
(version "3.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -321,7 +321,7 @@ and dynamically with report tools based on filtering and graphical charts.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13bbnfb08ymm54wg12dapqhalh7iialfs66qdbk2adl1aaq36wqa"))))
|
(base32 "0vchc97952w3fkkdn3v0nzjlgzg83cblwsi647jp3k9jq6rvhaak"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules (,@%cmake-build-system-modules
|
`(#:modules (,@%cmake-build-system-modules
|
||||||
|
|
Reference in New Issue