me
/
guix
Archived
1
0
Fork 0

gnu: ledger: Update to 3.2.1.

* gnu/packages/finance.scm (ledger): Update to 3.2.1.
master
Tobias Geerinckx-Rice 2020-07-20 22:44:58 +02:00
parent c4a9182e87
commit e957bab76f
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,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.2.0") (version "3.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -210,7 +210,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 "1l5c9jf2wnly6ncm9civ8i7v47xld15g1y7wpl0hqwgbfyffwjci")))) (base32 "0x6jxwss3wwzbzlwmnwb8yzjk8f9wfawif4f1b74z2qg6hc4r7f6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:modules (,@%cmake-build-system-modules `(#:modules (,@%cmake-build-system-modules