[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: ledger: Update to 3.3.2.
From: |
guix-commits |
Subject: |
03/06: gnu: ledger: Update to 3.3.2. |
Date: |
Mon, 10 Jul 2023 03:56:54 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 84e876f1f0abb379dfc90d5492970d58f7c80801
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Wed Jul 5 16:03:10 2023 +0100
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>
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 5eda7e38ea..4bb7bfc779 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -312,7 +312,7 @@ and dynamically with report tools based on filtering and
graphical charts.")
(define-public ledger
(package
(name "ledger")
- (version "3.3.1")
+ (version "3.3.2")
(source
(origin
(method git-fetch)
@@ -321,7 +321,7 @@ and dynamically with report tools based on filtering and
graphical charts.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13bbnfb08ymm54wg12dapqhalh7iialfs66qdbk2adl1aaq36wqa"))))
+ (base32 "0vchc97952w3fkkdn3v0nzjlgzg83cblwsi647jp3k9jq6rvhaak"))))
(build-system cmake-build-system)
(arguments
`(#:modules (,@%cmake-build-system-modules
- branch master updated (2ccf3eb495 -> 126a91888c), guix-commits, 2023/07/10
- 02/06: gnu: homebank: Update to 5.6.5., guix-commits, 2023/07/10
- 01/06: gnu: kicad: Update to 7.0.6., guix-commits, 2023/07/10
- 06/06: gnu: cl-rove: Update to 0.10.0-1.6a5dfcd., guix-commits, 2023/07/10
- 03/06: gnu: ledger: Update to 3.3.2.,
guix-commits <=
- 05/06: gnu: cl-spinneret: Update to 3.0-6.d4398b5., guix-commits, 2023/07/10
- 04/06: gnu: electrum: Update to 4.4.5., guix-commits, 2023/07/10