unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#69861: OpenTaxSolver Current tax year
@ 2024-03-17 16:39 Zacchaeus Scheffer
  2024-03-17 17:49 ` Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Zacchaeus Scheffer @ 2024-03-17 16:39 UTC (permalink / raw)
  To: 69861

Hi all,

I know this isn't a properly submitted patch, but I think the change is
pretty simple.  2024 taxes are comming up in the US.  Could someone bump
the version number for opentaxsolver?  I tested the following changes
which passed moderate testing on my part.

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 8c30bd1a30..4fc1b3b711 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2362,8 +2362,8 @@ (define-public opentaxsolver
   ;; writing, the version is 2022_20.00. 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 @@ (define-public opentaxsolver
                              "_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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#69861: OpenTaxSolver Current tax year
  2024-03-17 16:39 bug#69861: OpenTaxSolver Current tax year Zacchaeus Scheffer
@ 2024-03-17 17:49 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2024-03-17 17:49 UTC (permalink / raw)
  To: Zacchaeus Scheffer; +Cc: 69861-done

On Sun, Mar 17, 2024 at 09:39:12AM -0700, Zacchaeus Scheffer wrote:
> Hi all,
> 
> I know this isn't a properly submitted patch, but I think the change is
> pretty simple.  2024 taxes are comming up in the US.  Could someone bump
> the version number for opentaxsolver?  I tested the following changes
> which passed moderate testing on my part.

Thanks! I turned it into a patch on your behalf and pushed as
059c9ed104c91f7a537f369c4524b91d6cf8a13e




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-17 17:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-17 16:39 bug#69861: OpenTaxSolver Current tax year Zacchaeus Scheffer
2024-03-17 17:49 ` Leo Famulari

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).