[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: OpenTaxSolver: Update for 2023 tax filing.
From: |
guix-commits |
Subject: |
branch master updated: gnu: OpenTaxSolver: Update for 2023 tax filing. |
Date: |
Sun, 17 Mar 2024 13:49:45 -0400 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 059c9ed104 gnu: OpenTaxSolver: Update for 2023 tax filing.
059c9ed104 is described below
commit 059c9ed104c91f7a537f369c4524b91d6cf8a13e
Author: Zacchaeus Scheffer <zaccysc@gmail.com>
AuthorDate: Sun Mar 17 13:37:27 2024 -0400
gnu: OpenTaxSolver: Update for 2023 tax filing.
* gnu/packages/finance.scm (opentaxsolver)<tax-year, ots-version>:
Update for 2023 taxes.
Change-Id: I4d740951eff74072acd80948cfac17100345f55c
Signed-off-by: Leo Famulari <leo@famulari.name>
---
gnu/packages/finance.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 8c30bd1a30..e8491713bb 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2359,11 +2359,11 @@ pool.")
(define-public opentaxsolver
;; The OTS version is formatted like tax-year_version. So, at time of
- ;; writing, the version is 2022_20.00. Each part of this is used in
+ ;; writing, the version is 2023_21.03. Each part of this is used in
;; different places in the source uri, so it's convenient to have them
;; separately like this.
- (let ((tax-year "2022")
- (ots-version "20.00"))
+ (let ((tax-year "2023")
+ (ots-version "21.03"))
(package
(name "opentaxsolver")
(version (string-append tax-year "_" ots-version))
@@ -2375,7 +2375,7 @@ pool.")
"_linux/OpenTaxSolver" version "_linux64.tgz"))
(sha256
(base32
- "06k0a72bmwdmr71dvrp8b4vl8vilnggsh92hrp7wjdgcjj9m074w"))
+ "1i543bvclnyiwnyjlskhr2bxlsigggvwdhg2519rf12lsghgfszq"))
(patches (search-patches "opentaxsolver-file-browser-fix.patch"))))
(build-system glib-or-gtk-build-system)
(arguments
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: OpenTaxSolver: Update for 2023 tax filing.,
guix-commits <=