[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: gnucash: Update to 5.5.
From: |
guix-commits |
Subject: |
05/09: gnu: gnucash: Update to 5.5. |
Date: |
Wed, 28 Feb 2024 05:26:57 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 7947d47c9b891d2461ca9e7c53048d0e44294b5d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 28 09:50:42 2024 +0200
gnu: gnucash: Update to 5.5.
* gnu/packages/gnucash.scm (gnucash): Update to 5.5.
(gnucash-docs): Update to 5.5.
Change-Id: I3c188c952afde07fce80648a5f99c84648ec6a3a
---
gnu/packages/gnucash.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index f750b975eb..84741fa280 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2018 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
-;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2016, 2024 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019, 2022, 2023 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@@ -66,14 +66,14 @@
;; directory.
(package
(name "gnucash")
- (version "5.3")
+ (version "5.5")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-" version ".tar.bz2"))
(sha256
- (base32 "0npilq0spalpg1ma956j7vlbn0yc5f0z5imy4kbyksl5ql4cnn0l"))))
+ (base32 "0fzds1yq298c3rvi07if1bfxff904jbzmsb27wr0ddwjp1xzdnml"))))
(outputs '("out" "doc" "debug" "python"))
(build-system cmake-build-system)
(arguments
@@ -214,13 +214,11 @@ installed as well as Yelp, the Gnome help browser.")
(source
(origin
(method url-fetch)
- ;; The filename for version 5.3 is gnucash-docs-5.2.tar.gz, not
- ;; gnucash-docs-5.3.tar.gz.
(uri (string-append
"mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
- version "/gnucash-docs-5.2" revision ".tar.gz"))
+ version "/gnucash-docs-" version revision ".tar.gz"))
(sha256
- (base32 "16xlxwdgc0w4cg9kxg4w2f1y974cb16wq2c9icq5qrh3nj0nbsxr"))))
+ (base32 "1ay8jzxrsb9qmbx0v12kqdjk6l3j7cafgxswa92yynihv5ahymlk"))))
(build-system cmake-build-system)
;; These are native-inputs because they are only required for building
the
;; documentation.
- branch master updated (8c0282cf54 -> f29f80c194), guix-commits, 2024/02/28
- 01/09: gnu: python-graph-tool: Limit build to 1 core., guix-commits, 2024/02/28
- 05/09: gnu: gnucash: Update to 5.5.,
guix-commits <=
- 03/09: gnu: python-databind-json: Allow newer versions of typing-extensions., guix-commits, 2024/02/28
- 02/09: gnu: python-databind-core: Allow newer versions of typing-extensions., guix-commits, 2024/02/28
- 06/09: gnu: bowtie1: Update to 1.3.1., guix-commits, 2024/02/28
- 07/09: gnu: bowtie1: Enable building on more systems., guix-commits, 2024/02/28
- 04/09: gnu: gst-plugins-bad: Skip camerabin test on aarch64-linux., guix-commits, 2024/02/28
- 09/09: Merge branch 'rust-team', guix-commits, 2024/02/28
- 08/09: gnu: bowtie1: Enable cross-compiling., guix-commits, 2024/02/28