guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/09: gnu: gnucash: Update to 5.6.


From: guix-commits
Subject: 06/09: gnu: gnucash: Update to 5.6.
Date: Tue, 23 Apr 2024 09:33:31 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 6f50fc7dbc1e68415fd5c7ba384c71c60a6c92ec
Author: Andy Tai <atai@atai.org>
AuthorDate: Sat Apr 20 22:48:19 2024 +0200

    gnu: gnucash: Update to 5.6.
    
    * gnu/packages/gnucash.scm (gnucash): Update to 5.6.
    
    Reviewed-by: Julian Flake <flake@uni-koblenz.de>
    Signed-off-by: Christopher Baines <mail@cbaines.net>
    Change-Id: I5fb5195f4f1a401dd66ebcdd7251cd14d83bb974
---
 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 84741fa280..0f3217ffe3 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -66,14 +66,14 @@
   ;; 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 @@ installed as well as Yelp, the Gnome help browser.")
                "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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]