all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steve George <steve@futurile.net>
To: 70222@debbugs.gnu.org
Cc: Steve George <steve@futurile.net>
Subject: [bug#70222] [PATCH 13/13] gnu: gnucash: Update to 5.6.
Date: Fri,  5 Apr 2024 21:10:20 +0100	[thread overview]
Message-ID: <d8b203e8715557208c1fdc83c2a794d0648a0a4e.1712347655.git.steve@futurile.net> (raw)
In-Reply-To: <cover.1712346777.git.steve@futurile.net>

* gnu/packages/gnucash.scm (gnucash): Update to 5.6.

Change-Id: I3646082d628470327fbd9deec6111de8c1eec921
---
 gnu/packages/gnucash.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 173944a559d..ce99c04e39b 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -66,14 +66,14 @@ (define-public gnucash
   ;; directory.
   (package
     (name "gnucash")
-    (version "5.5")
+    (version "5.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
                            version "/gnucash-" version ".tar.bz2"))
        (sha256
-        (base32 "0fzds1yq298c3rvi07if1bfxff904jbzmsb27wr0ddwjp1xzdnml"))))
+        (base32 "1l8vy8dj48hz385ldwnx3bpdsqyc8lsigwm1gjgygwshcdi2rd5l"))))
     (outputs '("out" "doc" "debug" "python"))
     (build-system cmake-build-system)
     (arguments
@@ -93,7 +93,7 @@ (define-public gnucash
             (lambda _
               (call-with-output-file "libgnucash/app-utils/test/CMakeLists.txt"
                 (lambda (port)
-                  (display "set(CTEST_CUSTOM_TESTS_IGNORE online_wiggle)" port)))))
+                  (display "set(CTEST_CUSTOM_TESTS_IGNORE online_wiggle test-lots)" port)))))
           (add-after 'unpack 'set-env-vars
             (lambda* (#:key inputs #:allow-other-keys)
               ;; At least one test is time-related and requires this
@@ -184,6 +184,7 @@ (define-public gnucash
            libxslt
            perl-date-manip
            perl-finance-quote
+           perl-json
            perl-json-parse
            python
            tzdata-for-tests
@@ -218,7 +219,7 @@ (define gnucash-docs
                "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
                version "/gnucash-docs-" version revision ".tar.gz"))
          (sha256
-          (base32 "1ay8jzxrsb9qmbx0v12kqdjk6l3j7cafgxswa92yynihv5ahymlk"))))
+          (base32 "00izzaswwp78ix0zdr8618lk2c21had4im04yrggqx4h34ldmnca"))))
       (build-system cmake-build-system)
       ;; These are native-inputs because they are only required for building the
       ;; documentation.
-- 
2.41.0





  parent reply	other threads:[~2024-04-05 20:12 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-05 19:59 [bug#70222] [PATCH 00/13] Series to update gnucash to 5.6 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 01/13] gnu: gwenhywfar: Update to 5.10.2 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 02/13] gnu: aqbanking: Update to 6.5.4 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 03/13] gnu: Add perl-html-selector-xpath Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 04/13] gnu: Add perl-html-treebuilder-xpath Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 05/13] gnu: Add perl-web-scraper Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 06/13] gnu: Add perl-string-util Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 07/13] gnu: Add perl-sub-override Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 08/13] gnu: Add perl-html-tokeparser-simple Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 09/13] gnu: Add perl-digest-perl-md5 Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 10/13] gnu: Add perl-spreadsheet-parseexcel Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 11/13] gnu: Add perl-spreadsheet-xlsx Steve George
2024-04-05 20:10 ` [bug#70222] [PATCH 12/13] gnu: perl-finance-quote: Update perl-finance-quote Steve George
2024-04-05 20:10 ` Steve George [this message]
2024-04-26 11:41 ` [bug#70222] [PATCH 00/14] Updated series to update gnucash to 5.6 / aqbanking 6.5.4 / gwenhywfar 5.10.2 Julian Flake
2024-04-26 11:41   ` [bug#70592] [PATCH v2 01/14] Series to update gnucash to 5.6 Julian Flake
2024-04-26 12:00     ` bug#70592: close issue that was opened by accident Julian Flake
2024-05-04 17:13     ` bug#70222: [PATCH v2 01/14] Series to update gnucash to 5.6 Ludovic Courtès
2024-04-26 11:41   ` [bug#70222] [PATCH v2 02/14] gnu: gwenhywfar: Update to 5.10.2 Julian Flake
2024-04-26 11:41   ` [bug#70222] [PATCH v2 03/14] gnu: aqbanking: Update to 6.5.4 Julian Flake
2024-04-26 11:41   ` [bug#70222] [PATCH v2 04/14] gnu: Add perl-html-selector-xpath Julian Flake
2024-04-26 11:41   ` [bug#70222] [PATCH v2 05/14] gnu: Add perl-html-treebuilder-xpath Julian Flake
2024-04-26 11:42   ` [bug#70222] [PATCH v2 06/14] gnu: Add perl-web-scraper Julian Flake
2024-04-26 11:42   ` [bug#70591] [PATCH v2 07/14] gnu: Add perl-string-util Julian Flake
2024-04-26 11:42   ` [bug#70591] [PATCH v2 08/14] gnu: Add perl-sub-override Julian Flake
2024-04-26 11:42   ` [bug#70591] [PATCH v2 09/14] gnu: Add perl-html-tokeparser-simple Julian Flake
2024-04-26 11:42   ` [bug#70222] [PATCH v2 10/14] gnu: Add perl-digest-perl-md5 Julian Flake
2024-04-26 11:42   ` [bug#70222] [PATCH v2 11/14] gnu: Add perl-spreadsheet-parseexcel Julian Flake
2024-04-26 11:42   ` [bug#70591] [PATCH v2 12/14] gnu: Add perl-spreadsheet-xlsx Julian Flake
2024-04-26 11:42   ` [bug#70591] [PATCH v2 13/14] gnu: perl-finance-quote: Update perl-finance-quote Julian Flake
2024-04-26 11:42   ` [bug#70591] [PATCH v2 14/14] gnu: gnucash: Update to 5.6 Julian Flake

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=d8b203e8715557208c1fdc83c2a794d0648a0a4e.1712347655.git.steve@futurile.net \
    --to=steve@futurile.net \
    --cc=70222@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.