guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 0920dc9838fd00a187740bf8ceba9da59a3a7b7b
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:38 2025 +0530

    gnu: tellico: Update to 4.1.4.
    
    * gnu/packages/kde-office.scm (tellico): Update to 4.1.4.
    
    Change-Id: I6e4991aec43a7113d172631691a3eab67a5eb9eb
---
 gnu/packages/kde-office.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-office.scm b/gnu/packages/kde-office.scm
index 49a2850e8c..c0a929ebf1 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -332,7 +332,7 @@ and allows you to preview your content.")
 (define-public tellico
   (package
     (name "tellico")
-    (version "4.1.3")
+    (version "4.1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -340,7 +340,7 @@ and allows you to preview your content.")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0930jh6b9cl3jvhmfv00l6566vsnpwkf6shz5w0hn67j0vpvhk7s"))
+               (base32 "1cy9gdsazaz48nc1hly23rn8x60h50zp6nvvm5glwssxvlwh09vr"))
               (modules '((guix build utils)))
               (snippet
                ;; Fix including QtPrintSupport.

Reply via email to