diff options
| author | gemmaro <gemmaro.dev@gmail.com> | 2024-07-09 08:22:51 +0900 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2024-07-10 15:53:54 +0200 |
| commit | 45cfc7a8f359e167ccf020d8a089d8a9b7606042 (patch) | |
| tree | 2515d80d80a8bb296878e060e4137a258163eab9 | |
| parent | 6d49d9745478fb68df108af64f9a8c2666151d30 (diff) | |
gnu: gnucash: Update to 5.8.
* gnu/packages/gnucash.scm (gnucash): Update to 5.8.
Change-Id: I1b0aa8c037c3d10d7a87acbdaa5fb27dd3dff556
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| -rw-r--r-- | gnu/packages/gnucash.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index ce99c04e39b..af024b2a048 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | ;;; Copyright © 2019, 2021 Guillaume Le Vaillant <glv@posteo.net> | 8 | ;;; Copyright © 2019, 2021 Guillaume Le Vaillant <glv@posteo.net> |
| 9 | ;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com> | 9 | ;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com> |
| 10 | ;;; Copyright © 2020 Christopher Lam <christopher.lck@gmail.com> | 10 | ;;; Copyright © 2020 Christopher Lam <christopher.lck@gmail.com> |
| 11 | ;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com> | 11 | ;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev@gmail.com> |
| 12 | ;;; | 12 | ;;; |
| 13 | ;;; This file is part of GNU Guix. | 13 | ;;; This file is part of GNU Guix. |
| 14 | ;;; | 14 | ;;; |
| @@ -66,14 +66,14 @@ | |||
| 66 | ;; directory. | 66 | ;; directory. |
| 67 | (package | 67 | (package |
| 68 | (name "gnucash") | 68 | (name "gnucash") |
| 69 | (version "5.6") | 69 | (version "5.8") |
| 70 | (source | 70 | (source |
| 71 | (origin | 71 | (origin |
| 72 | (method url-fetch) | 72 | (method url-fetch) |
| 73 | (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" | 73 | (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" |
| 74 | version "/gnucash-" version ".tar.bz2")) | 74 | version "/gnucash-" version ".tar.bz2")) |
| 75 | (sha256 | 75 | (sha256 |
| 76 | (base32 "1l8vy8dj48hz385ldwnx3bpdsqyc8lsigwm1gjgygwshcdi2rd5l")))) | 76 | (base32 "14r5nmml40icxbjfz4giis6kiplvjna17j1fd6c4b78bf3xj7j52")))) |
| 77 | (outputs '("out" "doc" "debug" "python")) | 77 | (outputs '("out" "doc" "debug" "python")) |
| 78 | (build-system cmake-build-system) | 78 | (build-system cmake-build-system) |
| 79 | (arguments | 79 | (arguments |
| @@ -219,7 +219,7 @@ installed as well as Yelp, the Gnome help browser.") | |||
| 219 | "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" | 219 | "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" |
| 220 | version "/gnucash-docs-" version revision ".tar.gz")) | 220 | version "/gnucash-docs-" version revision ".tar.gz")) |
| 221 | (sha256 | 221 | (sha256 |
| 222 | (base32 "00izzaswwp78ix0zdr8618lk2c21had4im04yrggqx4h34ldmnca")))) | 222 | (base32 "0gssmbwwiafp4g9v5waz5935bkgyzbna76ryz5lhc294b3n49wxq")))) |
| 223 | (build-system cmake-build-system) | 223 | (build-system cmake-build-system) |
| 224 | ;; These are native-inputs because they are only required for building the | 224 | ;; These are native-inputs because they are only required for building the |
| 225 | ;; documentation. | 225 | ;; documentation. |
