aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgemmaro <gemmaro.dev@gmail.com>2024-10-01 00:14:07 +0000
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-10-02 09:33:14 +0000
commit3d0668fe6667dabe71ee2840e75877f18399c1d9 (patch)
tree6edf549244080fb558eded66acfb5f9f4409645c
parent7c2d97af4f04f18ac27cd24fe6e0cddad9a3fe52 (diff)
downloadguix-3d0668fe6667dabe71ee2840e75877f18399c1d9.tar
guix-3d0668fe6667dabe71ee2840e75877f18399c1d9.tar.gz
guix-3d0668fe6667dabe71ee2840e75877f18399c1d9.tar.bz2
guix-3d0668fe6667dabe71ee2840e75877f18399c1d9.tar.lz
guix-3d0668fe6667dabe71ee2840e75877f18399c1d9.tar.xz
guix-3d0668fe6667dabe71ee2840e75877f18399c1d9.tar.zst
guix-3d0668fe6667dabe71ee2840e75877f18399c1d9.zip
gnu: gnucash: Update to 5.9.
* gnu/packages/gnucash.scm (gnucash): Update to 5.9. Change-Id: Ic12647f5d9f0f35786875967dc618fff0ceb6c13 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
-rw-r--r--gnu/packages/gnucash.scm6
1 files 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 @@
;; 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 @@ installed as well as Yelp, the Gnome help browser.")
"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.