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

commit 905955c3a52fc7b2c8f73eb79197d60de1b36574
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sun May 4 14:10:13 2025 +0800

    gnu: kunitconversion: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.13.0.
    
    Change-Id: I68d9139f7338d671cee5b83f7d625263b5502bf5
---
 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 3efd1bf2d9..4aa6feb986 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3009,7 +3009,7 @@ and communicating with them using a pty.")
 (define-public kunitconversion
   (package
     (name "kunitconversion")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3018,7 +3018,7 @@ and communicating with them using a pty.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1gwxhqrn8i2g5yikd3w0hbyaj40cgdpab2nyy6wdwjc0sh29ki93"))))
+                "1shp01hx5nga6ldi2374v0f38b9s3dbqbbqapgh9kyc9h1z073r0"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to