[PATCH] gnu: gnucash: Update to 5.6

  • Done
  • quality assurance status badge
Details
3 participants
  • Andy Tai
  • Julian Flake
  • Christopher Baines
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 11 months ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
1a80dc29532b951e6fd2bc85a7901e5c8490cc44.1713588848.git.atai@atai.org
* gnu/packages/gnucash.scm (gnucash): update to 5.6

Change-Id: I5fb5195f4f1a401dd66ebcdd7251cd14d83bb974
---
gnu/packages/gnucash.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 84741fa280..0f3217ffe3 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -66,14 +66,14 @@ (define-public gnucash
;; directory.
(package
(name "gnucash")
- (version "5.5")
+ (version "5.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-" version ".tar.bz2"))
(sha256
- (base32 "0fzds1yq298c3rvi07if1bfxff904jbzmsb27wr0ddwjp1xzdnml"))))
+ (base32 "1l8vy8dj48hz385ldwnx3bpdsqyc8lsigwm1gjgygwshcdi2rd5l"))))
(outputs '("out" "doc" "debug" "python"))
(build-system cmake-build-system)
(arguments
@@ -218,7 +218,7 @@ (define gnucash-docs
"mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-docs-" version revision ".tar.gz"))
(sha256
- (base32 "1ay8jzxrsb9qmbx0v12kqdjk6l3j7cafgxswa92yynihv5ahymlk"))))
+ (base32 "00izzaswwp78ix0zdr8618lk2c21had4im04yrggqx4h34ldmnca"))))
(build-system cmake-build-system)
;; These are native-inputs because they are only required for building the
;; documentation.

base-commit: 0797fff8b8b3feb1e421aad170b4c12a87091663
--
2.34.1
Julian Flake wrote 11 months ago
setting owner on 70479
(address . control@debbugs.gnu.org)
87y198i974.fsf@uni-koblenz.de
owner 70479 !
quit
Julian Flake wrote 11 months ago
[PATCH v2] gnu: gnucash: Update to 5.6
(address . 70479@debbugs.gnu.org)
90f129f341f25570b855eaba0966cf31106f0946.1713646099.git.flake@uni-koblenz.de
From: Andy Tai <atai@atai.org>

* gnu/packages/gnucash.scm (gnucash): update to 5.6

Reviewed-by: Julian Flake <flake@uni-koblenz.de>
Change-Id: I5fb5195f4f1a401dd66ebcdd7251cd14d83bb974
---
gnu/packages/gnucash.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 84741fa280..0f3217ffe3 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -66,14 +66,14 @@ (define-public gnucash
;; directory.
(package
(name "gnucash")
- (version "5.5")
+ (version "5.6")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-" version ".tar.bz2"))
(sha256
- (base32 "0fzds1yq298c3rvi07if1bfxff904jbzmsb27wr0ddwjp1xzdnml"))))
+ (base32 "1l8vy8dj48hz385ldwnx3bpdsqyc8lsigwm1gjgygwshcdi2rd5l"))))
(outputs '("out" "doc" "debug" "python"))
(build-system cmake-build-system)
(arguments
@@ -218,7 +218,7 @@ (define gnucash-docs
"mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
version "/gnucash-docs-" version revision ".tar.gz"))
(sha256
- (base32 "1ay8jzxrsb9qmbx0v12kqdjk6l3j7cafgxswa92yynihv5ahymlk"))))
+ (base32 "00izzaswwp78ix0zdr8618lk2c21had4im04yrggqx4h34ldmnca"))))
(build-system cmake-build-system)
;; These are native-inputs because they are only required for building the
;; documentation.

base-commit: 0797fff8b8b3feb1e421aad170b4c12a87091663
--
2.41.0
flake wrote 11 months ago
QA review for 70479
87v84bycyb.fsf@uni-koblenz.de
user guix
usertag 70479 + reviewed-looks-good
thanks

Guix QA review form submission:


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

guix lint tells:
$GIT_DIR/gnu/packages/gnucash.scm:71:5: gnucash@5.6: source not archived on Software Heritage and missing from the Disarchive database
Julian Flake wrote 11 months ago
remove owner of bug#70479
87h6fviwfz.fsf@uni-koblenz.de
user guix
noowner 70479
quit
Christopher Baines wrote 11 months ago
Re: [bug#70479] [PATCH v2] gnu: gnucash: Update to 5.6
(name . Julian Flake)(address . flake@uni-koblenz.de)
87plugyygl.fsf@cbaines.net
Julian Flake <flake@uni-koblenz.de> writes:

Toggle quote (10 lines)
> From: Andy Tai <atai@atai.org>
>
> * gnu/packages/gnucash.scm (gnucash): update to 5.6
>
> Reviewed-by: Julian Flake <flake@uni-koblenz.de>
> Change-Id: I5fb5195f4f1a401dd66ebcdd7251cd14d83bb974
> ---
> gnu/packages/gnucash.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)

Thanks both, I've pushed this to master as
6f50fc7dbc1e68415fd5c7ba384c71c60a6c92ec.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmYnvgpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdmaRAAhfim4qDomP7oBa97LGZf+/7O9DlqKXSC
BZAoYD2WQmDqkVPAv/uq5qsu5VIWQIgj2bFuAPPDuPoJLkkU4DC38iL/agTi916P
nHx+HjfAJ9nv9rXKbp672g9p29pR1osVmSXMfOwsPi8Ab3aU7MDvtYi890PiFC8E
WCnLnJD7Sbc4hBekp3AulPnSUvasGD+0Exw+5PFxT8oHUVuE1isHT22gMs2HErjy
fpAwuupiwNMBIthVEA0bMOpuIA9MXJggTwYNInlU0hM2K1vLnJdRggYUKOh9lzVM
Oi/hRQlI79SW9KobDr1KE1P2j0yfYBsFx7TyNHYUipelRToBx1IUfmwhVaS00eN4
WuZERTD1Wl0X8mCEmOLtbMR9xL85se/VjqjodUjxnHsifmSX+KdwF3XGLhoUUp8/
veMiKorUUy2fs29N4S2v3oOvFPOlmUGoIC+7KoHB0iEs0beX8S/btdUjOgZrUA0X
EasKdLtj6+ng+tVRndDqcQNgjqrtcLPbZ1CFfwjYaZJuZImVde19SNelXmvuD/Ow
VO5pM9G7DOQIrs5ynAvZWwzg39qyMQgTBc4QxvuVStJdfG8zHqcX4yqA8RGl1lxb
B/snRQhP61MT1nPYfmu4CXNe6wyVcscvxOst8vBABGjsuJ183XFn4er5L2LLnUl4
/Rw+9VTPKQM=
=kWg+
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 70479@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 70479
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help