unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#72002] [PATCH] gnu: gnucash: Update to 5.8.
@ 2024-07-08 23:22 gemmaro
  2024-07-10 13:54 ` bug#72002: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: gemmaro @ 2024-07-08 23:22 UTC (permalink / raw)
  To: 72002; +Cc: gemmaro

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

Change-Id: I1b0aa8c037c3d10d7a87acbdaa5fb27dd3dff556
---
 gnu/packages/gnucash.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index ce99c04e39..af024b2a04 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2019, 2021 Guillaume Le Vaillant <glv@posteo.net>
 ;;; Copyright © 2020 Prafulla Giri <pratheblackdiamond@gmail.com>
 ;;; Copyright © 2020 Christopher Lam <christopher.lck@gmail.com>
-;;; Copyright © 2023 gemmaro <gemmaro.dev@gmail.com>
+;;; Copyright © 2023, 2024 gemmaro <gemmaro.dev@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -66,14 +66,14 @@ (define-public gnucash
   ;; directory.
   (package
     (name "gnucash")
-    (version "5.6")
+    (version "5.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
                            version "/gnucash-" version ".tar.bz2"))
        (sha256
-        (base32 "1l8vy8dj48hz385ldwnx3bpdsqyc8lsigwm1gjgygwshcdi2rd5l"))))
+        (base32 "14r5nmml40icxbjfz4giis6kiplvjna17j1fd6c4b78bf3xj7j52"))))
     (outputs '("out" "doc" "debug" "python"))
     (build-system cmake-build-system)
     (arguments
@@ -219,7 +219,7 @@ (define gnucash-docs
                "mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
                version "/gnucash-docs-" version revision ".tar.gz"))
          (sha256
-          (base32 "00izzaswwp78ix0zdr8618lk2c21had4im04yrggqx4h34ldmnca"))))
+          (base32 "0gssmbwwiafp4g9v5waz5935bkgyzbna76ryz5lhc294b3n49wxq"))))
       (build-system cmake-build-system)
       ;; These are native-inputs because they are only required for building the
       ;; documentation.

base-commit: 5217ea6d45bef053844d8360a06252b9436783b3
-- 
2.45.2





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

* bug#72002: [PATCH] gnu: gnucash: Update to 5.8.
  2024-07-08 23:22 [bug#72002] [PATCH] gnu: gnucash: Update to 5.8 gemmaro
@ 2024-07-10 13:54 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2024-07-10 13:54 UTC (permalink / raw)
  To: gemmaro; +Cc: 72002-done

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

> * gnu/packages/gnucash.scm (gnucash): Update to 5.8.
>
> Change-Id: I1b0aa8c037c3d10d7a87acbdaa5fb27dd3dff556

Applied, thanks!




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

end of thread, other threads:[~2024-07-10 13:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-08 23:22 [bug#72002] [PATCH] gnu: gnucash: Update to 5.8 gemmaro
2024-07-10 13:54 ` bug#72002: " Ludovic Courtès

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).