guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: kitsas: Update to version 5.7


From: guix-commits
Subject: 08/09: gnu: kitsas: Update to version 5.7
Date: Thu, 24 Oct 2024 08:53:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit c78f8f64cef2395e10736b2f94eacbff3b3f7536
Author: Saku Laesvuori <saku@laesvuori.fi>
AuthorDate: Sat Oct 5 16:43:59 2024 +0300

    gnu: kitsas: Update to version 5.7
    
    * gnu/packages/finance.scm (kitsas): Update to 5.7.
    
    Change-Id: I3244fdf2af14970b10c87fb4a7e16b66f13a509f
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f32a603e10..d4594a1083 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1311,7 +1311,7 @@ agent.")
 (define-public kitsas
   (package
     (name "kitsas")
-    (version "5.4.1")
+    (version "5.7")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1320,7 +1320,7 @@ agent.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "16zkfpl5d9ia202fqg5vrhjqdw0g6wp044ih6n7nz2hbxj9y3m1z"))))
+                "1fapl6y18jq279yyhvzdbbiks863w6q15b883w35py1xak1ladnm"))))
     (build-system qt-build-system)
     (inputs (list libzip qtsvg qtwebengine qt5compat))
     (arguments



reply via email to

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