iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 4867f11d76585ee7cd29879a1e42b82e6a5d07c7
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 12 13:57:53 2023 +0800

    gnu: kunitconversion: Update to 5.108.0.
    
    * gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.108.0.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 43cb2feea8..b5b5951b2a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1996,7 +1996,7 @@ and communicating with them using a pty.")
 (define-public kunitconversion
   (package
     (name "kunitconversion")
-    (version "5.98.0")
+    (version "5.108.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2005,7 +2005,7 @@ and communicating with them using a pty.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0lhyg1d1k25kqk94lzy8mb06p4c17limmcrzirnsnxjvhjrc6r05"))))
+                "1kwz5wx0s522mwb5gxjz6cxqdkzflcckmra9qikpjrzsngamrq3j"))))
     (build-system cmake-build-system)
     (arguments `(#:tests? #f)) ;; Requires network.
     (native-inputs

Reply via email to