all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Zacchaeus Scheffer <zaccysc@gmail.com>
To: 69861@debbugs.gnu.org
Subject: bug#69861: OpenTaxSolver Current tax year
Date: Sun, 17 Mar 2024 09:39:12 -0700	[thread overview]
Message-ID: <875xxkbyof.fsf@gmail.com> (raw)

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




             reply	other threads:[~2024-03-17 16:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-17 16:39 Zacchaeus Scheffer [this message]
2024-03-17 17:49 ` bug#69861: OpenTaxSolver Current tax year Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875xxkbyof.fsf@gmail.com \
    --to=zaccysc@gmail.com \
    --cc=69861@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.