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

commit 7a9d21ad9e1dc243a51b1ca8e36baa18306a048d
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:11 2026 +0530

    gnu: tellico: Update to 4.1.5.
    
    * gnu/packages/kde-office.scm (tellico): Update to 4.1.5.
    
    Change-Id: Ia0b1179a89d9c912737528b52603e079e656a155
---
 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 1d7c814477..f8befb7731 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.5")
     (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 "0mbyf8lnycdn981sgjsp864w2d8ja0s1vgylpa0blan4svbbda5m"))
               (modules '((guix build utils)))
               (snippet
                ;; Fix including QtPrintSupport.

Reply via email to