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

commit e3dc28f17e42d80b016ce0f60bfe6aaac737132f
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:10:00 2025 +0530

    gnu: tellico: Update to 4.1.4.
    
    * gnu/packages/kde-office.scm (tellico): Update to 4.1.4.
    
    Change-Id: I257c7855e271b2f493a0f7de74963ed2b9d7918d
---
 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 6ca7be6bdb..ae83f07b29 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -286,7 +286,7 @@ cmark processors if they are installed.")
 (define-public tellico
   (package
     (name "tellico")
-    (version "4.1.3")
+    (version "4.1.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -294,7 +294,7 @@ cmark processors if they are installed.")
                     (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