z572 pushed a commit to branch master
in repository guix.

commit 55373e7d712737a21b299c493377d744c213af76
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Mar 8 14:53:53 2025 +0800

    gnu: tellico: Update to 4.1.1.
    
    * gnu/packages/kde-office.scm (tellico): Update to 4.1.1.
    
    Change-Id: Ieca994d73e56111d146399b3eebf340815703915
---
 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 21d0fb6ce5..d21c276177 100644
--- a/gnu/packages/kde-office.scm
+++ b/gnu/packages/kde-office.scm
@@ -194,7 +194,7 @@ cmark processors if they are installed.")
 (define-public tellico
   (package
     (name "tellico")
-    (version "4.1")
+    (version "4.1.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -202,7 +202,7 @@ cmark processors if they are installed.")
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256
-               (base32 "0dni1n3caj2wb7kwiv08k2qqbv8swfd7xdil6aiqdvmv6xihycy7"))
+               (base32 "0jx512rgrbc8n8p2gnk543l3k53gf30a0zjixp8ly2z70w6qp2br"))
               (modules '((guix build utils)))
               (snippet
                ;; Fix including QtPrintSupport.

Reply via email to