GNU bug report logs -
#73576
[PATCH] gnu: gnucash: Update to 5.9.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73576 in the body.
You can then email your comments to 73576 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#73576
; Package
guix-patches
.
(Tue, 01 Oct 2024 00:16:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 01 Oct 2024 00:16:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Owner recorded as Julian Flake <flake <at> uni-koblenz.de>.
Request was from
Julian Flake <flake <at> uni-koblenz.de>
to
control <at> debbugs.gnu.org
.
(Tue, 01 Oct 2024 20:03:02 GMT)
Full text and
rfc822 format available.
Information forwarded
to
guix-patches <at> gnu.org, Julian Flake <flake <at> uni-koblenz.de>
:
bug#73576
; Package
guix-patches
.
(Tue, 01 Oct 2024 20:19:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73576 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 73576 + reviewed-looks-good
thanks
Guix QA review form submission:
Items marked as checked: Lint warnings, Package builds, Commit messages
Information forwarded
to
guix-patches <at> gnu.org
:
bug#73576
; Package
guix-patches
.
(Tue, 01 Oct 2024 20:29:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 73576 <at> debbugs.gnu.org (full text, mbox):
From: gemmaro <gemmaro.dev <at> gmail.com>
* gnu/packages/gnucash.scm (gnucash): Update to 5.9.
Reviewed-by: Julian Flake <flake <at> uni-koblenz.de>
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: 71fef00c95b22a1d917abdb28de5aa217b023e31
--
2.46.0
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Wed, 02 Oct 2024 09:36:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
gemmaro <gemmaro.dev <at> gmail.com>
:
bug acknowledged by developer.
(Wed, 02 Oct 2024 09:36:03 GMT)
Full text and
rfc822 format available.
Message #18 received at 73576-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (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)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 30 Oct 2024 11:24:10 GMT)
Full text and
rfc822 format available.
bug unarchived.
Request was from
"Suhail Singh" <suhailsingh247 <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Fri, 06 Dec 2024 16:45:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
"Suhail Singh" <suhailsingh247 <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Fri, 06 Dec 2024 16:45:02 GMT)
Full text and
rfc822 format available.
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.