guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 92c6501a551ebae03c787a69bc7879194af53491
Author: Sughosha <[email protected]>
AuthorDate: Thu Sep 18 15:19:41 2025 +0530

    gnu: tellico: Update to 4.1.3.
    
    * gnu/packages/kde-multimedia.scm (tellico): Update to 4.1.3.
    
    Change-Id: I1bd2a2675ffa24765b74c6877bf21825fbc4de04
---
 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 604a66c227..6f80bca3f8 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -193,7 +193,7 @@ cmark processors if they are installed.")
 (define-public tellico
   (package
     (name "tellico")
-    (version "4.1.1")
+    (version "4.1.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -201,7 +201,7 @@ cmark processors if they are installed.")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0jx512rgrbc8n8p2gnk543l3k53gf30a0zjixp8ly2z70w6qp2br"))
+               (base32 "0930jh6b9cl3jvhmfv00l6566vsnpwkf6shz5w0hn67j0vpvhk7s"))
               (modules '((guix build utils)))
               (snippet
                ;; Fix including QtPrintSupport.

Reply via email to