GNU bug report logs -
#73576
[PATCH] gnu: gnucash: Update to 5.9.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 02 Oct 2024 17:34:49 +0800
with message-id <87o742etl2.fsf <at> iscas.ac.cn>
and subject line Re: [bug#73576] [PATCH] gnu: gnucash: Update to 5.9.
has caused the debbugs.gnu.org bug report #73576,
regarding [PATCH] gnu: gnucash: Update to 5.9.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
73576: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73576
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
--
2.46.0
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
gemmaro <gemmaro.dev <at> 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.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 190 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.