unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73576] [PATCH] gnu: gnucash: Update to 5.9.
@ 2024-10-01  0:14 gemmaro
  2024-10-01 20:17 ` [bug#73576] QA review for 73576 Julian Flake
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: gemmaro @ 2024-10-01  0:14 UTC (permalink / raw)
  To: 73576; +Cc: gemmaro

* 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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#73576] QA review for 73576
  2024-10-01  0:14 [bug#73576] [PATCH] gnu: gnucash: Update to 5.9 gemmaro
@ 2024-10-01 20:17 ` Julian Flake
  2024-10-01 20:28 ` [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9 Julian Flake
  2024-10-02  9:34 ` bug#73576: [PATCH] gnu: gnucash: Update to 5.9 Zheng Junjie
  2 siblings, 0 replies; 6+ messages in thread
From: Julian Flake @ 2024-10-01 20:17 UTC (permalink / raw)
  To: control, 73576

user guix
usertag 73576 + reviewed-looks-good
thanks

Guix QA review form submission:


Items marked as checked: Lint warnings, Package builds, Commit messages




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9.
  2024-10-01  0:14 [bug#73576] [PATCH] gnu: gnucash: Update to 5.9 gemmaro
  2024-10-01 20:17 ` [bug#73576] QA review for 73576 Julian Flake
@ 2024-10-01 20:28 ` Julian Flake
  2024-10-01 20:37   ` [bug#73588] " Julian Flake
  2024-10-01 20:48   ` bug#73588: (no subject) Julian Flake
  2024-10-02  9:34 ` bug#73576: [PATCH] gnu: gnucash: Update to 5.9 Zheng Junjie
  2 siblings, 2 replies; 6+ messages in thread
From: Julian Flake @ 2024-10-01 20:28 UTC (permalink / raw)
  To: 73576; +Cc: gemmaro.dev, flake

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

* gnu/packages/gnucash.scm (gnucash): Update to 5.9.

Reviewed-by: Julian Flake <flake@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





^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [bug#73588] [PATCH v2] gnu: gnucash: Update to 5.9.
  2024-10-01 20:28 ` [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9 Julian Flake
@ 2024-10-01 20:37   ` Julian Flake
  2024-10-01 20:48   ` bug#73588: (no subject) Julian Flake
  1 sibling, 0 replies; 6+ messages in thread
From: Julian Flake @ 2024-10-01 20:37 UTC (permalink / raw)
  To: 73588; +Cc: Julian Flake

close 73588
quit




^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#73588: (no subject)
  2024-10-01 20:28 ` [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9 Julian Flake
  2024-10-01 20:37   ` [bug#73588] " Julian Flake
@ 2024-10-01 20:48   ` Julian Flake
  1 sibling, 0 replies; 6+ messages in thread
From: Julian Flake @ 2024-10-01 20:48 UTC (permalink / raw)
  To: 73588-done





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#73576: [PATCH] gnu: gnucash: Update to 5.9.
  2024-10-01  0:14 [bug#73576] [PATCH] gnu: gnucash: Update to 5.9 gemmaro
  2024-10-01 20:17 ` [bug#73576] QA review for 73576 Julian Flake
  2024-10-01 20:28 ` [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9 Julian Flake
@ 2024-10-02  9:34 ` Zheng Junjie
  2 siblings, 0 replies; 6+ messages in thread
From: Zheng Junjie @ 2024-10-02  9:34 UTC (permalink / raw)
  To: gemmaro; +Cc: 73576-done

[-- Attachment #1: Type: text/plain, Size: 1662 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-10-02  9:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-01  0:14 [bug#73576] [PATCH] gnu: gnucash: Update to 5.9 gemmaro
2024-10-01 20:17 ` [bug#73576] QA review for 73576 Julian Flake
2024-10-01 20:28 ` [bug#73576] [PATCH v2] gnu: gnucash: Update to 5.9 Julian Flake
2024-10-01 20:37   ` [bug#73588] " Julian Flake
2024-10-01 20:48   ` bug#73588: (no subject) Julian Flake
2024-10-02  9:34 ` bug#73576: [PATCH] gnu: gnucash: Update to 5.9 Zheng Junjie

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).