[PATCH] gnu: gnucash: Update to 3.8.

  • Done
  • quality assurance status badge
Details
One participant
  • Hartmut Goebel
Owner
unassigned
Submitted by
Hartmut Goebel
Severity
normal
H
H
Hartmut Goebel wrote on 7 Jan 2020 14:34
(address . guix-patches@gnu.org)
20200107133437.1333-1-h.goebel@crazy-compilers.com
* gnu/packages/gnucash.scm (gnucash, gnucash-doc): Update to 3.8.
---
gnu/packages/gnucash.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index e1dc5512a1..8050fee43e 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -57,15 +57,15 @@
;; directory.
(package
(name "gnucash")
- (version "3.7")
+ (version "3.8")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
- version "/gnucash-" version ".tar.bz2"))
+ version "/gnucash-" version "b" ".tar.bz2"))
(sha256
(base32
- "1d2qi3ny0bxa16ifh3465z1jgn1l0fmqk9dkph4ialw076gv13kb"))))
+ "0dvzm3bib7jcj685sklpzyy9mrak9mxyvih2k9fk4sl3v21wlphg"))))
(build-system cmake-build-system)
(inputs
`(("guile" ,guile-2.2)
@@ -208,7 +208,7 @@ installed as well as Yelp, the Gnome help browser.")
version "/gnucash-docs-" version revision ".tar.gz"))
(sha256
(base32
- "1h4hm58ikffbhplx4gm8pzm9blfwqa1sz8yc2fqi21vs5v0ijf9r"))))
+ "19v6kchda724xkkgwlw5rg21jcpirhch12j9sr6ibnv61sd4ql52"))))
(build-system gnu-build-system)
;; These are native-inputs because they are only required for building the
;; documentation.
--
2.21.1
H
H
Hartmut Goebel wrote on 7 Jan 2020 14:38
Patch send by accident
(address . 39011-close@debbugs.gnu.org)
0ae42841-3fb6-ce44-18bf-0a9ca8b58b3e@crazy-compilers.com
Patch send by accident, this is already merged on master.
H
H
Hartmut Goebel wrote on 7 Jan 2020 14:41
(address . 39011-close@debbugs.gnu.org)
f45a77d4-3737-62c7-12e8-f0eedfbf119a@crazy-compilers.com
Toggle quote (2 lines)
> Patch send by accident, this is already merged on master.

Argl, I closed the wrong one. WIll resedn this patch.
?