From: Julian Flake via Guix-patches via <guix-patches@gnu.org>
To: 75232@debbugs.gnu.org
Cc: Julian Flake <flake@uni-koblenz.de>
Subject: [bug#75232] [PATCH 3/3] gnu: gnucash: Update to 5.10.
Date: Wed, 1 Jan 2025 02:58:56 +0100 [thread overview]
Message-ID: <e644e06510ec107539aea0f683ac48d53bcbc8d4.1735696171.git.flake@uni-koblenz.de> (raw)
In-Reply-To: <cover.1735696171.git.flake@uni-koblenz.de>
* gnu/packages/gnucash.scm (gnucash): Update to 5.10.
Change-Id: I7a628f98b4d03647db671ea6fbecbc91c03e9ef8
---
gnu/packages/gnucash.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 3b2b0149f7..f4dc476fe6 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -9,6 +9,7 @@
;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
;;; Copyright © 2020 Christopher Lam <christopher.lck@gmail.com>
;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2025 Julian Flake <flake@uni-koblenz.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -66,14 +67,14 @@ (define-public gnucash
;; directory.
(package
(name "gnucash")
- (version "5.9")
+ (version "5.10")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-" version ".tar.bz2"))
(sha256
- (base32 "1l1g4acangbf4r27vsvavds0yqqa8smy4s676by68r639wvfbqjv"))))
+ (base32 "14xd0w2afbyk0dzsw9f528722i3p1vhs78vr09r8cnzfk0v9z7bq"))))
(outputs '("out" "doc" "debug" "python"))
(build-system cmake-build-system)
(arguments
@@ -220,7 +221,7 @@ (define gnucash-docs
"mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-docs-" version revision ".tar.gz"))
(sha256
- (base32 "1jclya8p005dfwhkx4yqbcml631y4xngl8v08kg33d0ws4mkmi4v"))))
+ (base32 "0hx8gd5xbypbgw1hfnjiyxhkjxpid1qpmvihwlpb803lx9v8jkk0"))))
(build-system cmake-build-system)
;; These are native-inputs because they are only required for building the
;; documentation.
--
2.47.1
prev parent reply other threads:[~2025-01-01 2:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-01 1:58 [bug#75229] [PATCH 0/3] Series to update gnucash to 5.10 (+aqbanking +gwenhywfar) Julian Flake via Guix-patches via
2025-01-01 1:58 ` [bug#75230] [PATCH 1/3] gnu: gwenhywfar: Update to 5.12.0 Julian Flake via Guix-patches via
2025-01-01 1:58 ` [bug#75231] [PATCH 2/3] gnu: aqbanking: Update to 6.6.0 Julian Flake via Guix-patches via
2025-01-01 1:58 ` Julian Flake via Guix-patches via [this message]
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e644e06510ec107539aea0f683ac48d53bcbc8d4.1735696171.git.flake@uni-koblenz.de \
--to=guix-patches@gnu.org \
--cc=75232@debbugs.gnu.org \
--cc=flake@uni-koblenz.de \
/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 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).