GNU bug report logs -
#75232
[PATCH 3/3] gnu: gnucash: Update to 5.10.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> gmail.com>
;;; Copyright © 2020 Christopher Lam <christopher.lck <at> gmail.com>
;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2025 Julian Flake <flake <at> 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
This bug report was last modified 170 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.