all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Julian Flake <flake@uni-koblenz.de>
To: 73576@debbugs.gnu.org
Cc: gemmaro.dev@gmail.com, flake@uni-koblenz.de
Subject: [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9.
Date: Tue,  1 Oct 2024 22:28:09 +0200	[thread overview]
Message-ID: <872f2a3ff1b04f7f0685e60c22f58ab48c0c0cbb.1727814386.git.flake@uni-koblenz.de> (raw)
In-Reply-To: <54e0e3f3f16222079cac139b87a019770b378dbd.1727741647.git.gemmaro.dev@gmail.com>

From: gemmaro <gemmaro.dev@gmail.com>

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

Reviewed-by: Julian Flake <flake@uni-koblenz.de>

Change-Id: Ic12647f5d9f0f35786875967dc618fff0ceb6c13
---
 gnu/packages/gnucash.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index e7c5026ea7..71a49b75d6 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -66,14 +66,14 @@ (define-public gnucash
   ;; directory.
   (package
     (name "gnucash")
-    (version "5.8")
+    (version "5.9")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
                            version "/gnucash-" version ".tar.bz2"))
        (sha256
-        (base32 "14r5nmml40icxbjfz4giis6kiplvjna17j1fd6c4b78bf3xj7j52"))))
+        (base32 "1l1g4acangbf4r27vsvavds0yqqa8smy4s676by68r639wvfbqjv"))))
     (outputs '("out" "doc" "debug" "python"))
     (build-system cmake-build-system)
     (arguments
@@ -220,7 +220,7 @@ (define gnucash-docs
                "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
                version "/gnucash-docs-" version revision ".tar.gz"))
          (sha256
-          (base32 "0gssmbwwiafp4g9v5waz5935bkgyzbna76ryz5lhc294b3n49wxq"))))
+          (base32 "1jclya8p005dfwhkx4yqbcml631y4xngl8v08kg33d0ws4mkmi4v"))))
       (build-system cmake-build-system)
       ;; These are native-inputs because they are only required for building the
       ;; documentation.

base-commit: 71fef00c95b22a1d917abdb28de5aa217b023e31
-- 
2.46.0





  parent reply	other threads:[~2024-10-01 20:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-01  0:14 [bug#73576] [PATCH] gnu: gnucash: Update to 5.9 gemmaro
2024-10-01 20:17 ` [bug#73576] QA review for 73576 Julian Flake
2024-10-01 20:28 ` Julian Flake [this message]
2024-10-01 20:37   ` [bug#73588] [PATCH v2] gnu: gnucash: Update to 5.9 Julian Flake
2024-10-01 20:48   ` bug#73588: (no subject) Julian Flake
2024-10-02  9:34 ` bug#73576: [PATCH] gnu: gnucash: Update to 5.9 Zheng Junjie

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=872f2a3ff1b04f7f0685e60c22f58ab48c0c0cbb.1727814386.git.flake@uni-koblenz.de \
    --to=flake@uni-koblenz.de \
    --cc=73576@debbugs.gnu.org \
    --cc=gemmaro.dev@gmail.com \
    /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.