guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#73576: [PATCH] gnu: gnucash: Update to 5.9.


From: Zheng Junjie
Subject: bug#73576: [PATCH] gnu: gnucash: Update to 5.9.
Date: Wed, 02 Oct 2024 17:34:49 +0800

gemmaro <gemmaro.dev@gmail.com> writes:

> * gnu/packages/gnucash.scm (gnucash): Update to 5.9.
>
> Change-Id: Ic12647f5d9f0f35786875967dc618fff0ceb6c13
> ---
>  gnu/packages/gnucash.scm | 6 +++---
>  1 file 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 @@ (define-public gnucash
>    ;; 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 @@ (define gnucash-docs
>                 "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.
>
> base-commit: dd4340a910aec3896275d83212f9c6086d9e14c6

push, close.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]