me
/
guix
Archived
1
0
Fork 0

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>
master
Zacchaeus Scheffer 2024-03-17 13:37:27 -04:00 committed by Leo Famulari
parent d1b6d77aae
commit 059c9ed104
No known key found for this signature in database
GPG Key ID: 6AAC1963757F47FF
1 changed files with 4 additions and 4 deletions

View File

@ -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