diff options
author | Zheng Junjie <[email protected]> | 2025-03-08 14:53:53 +0800 |
---|---|---|
committer | Zheng Junjie <[email protected]> | 2025-03-08 15:30:01 +0800 |
commit | 55373e7d712737a21b299c493377d744c213af76 (patch) | |
tree | e611bcabf9bece2d052314338e21381e3a50b98e | |
parent | ac1a5afe15c3d80e36e170b6c334376de6c92493 (diff) |
gnu: tellico: Update to 4.1.1.
* gnu/packages/kde-office.scm (tellico): Update to 4.1.1.
Change-Id: Ieca994d73e56111d146399b3eebf340815703915
-rw-r--r-- | gnu/packages/kde-office.scm | 4 |
1 files 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. |