guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 71f1c247e069b619528bbd219f0b18c7ece45fdf
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:45 2026 +0530
gnu: kunitconversion: Update to 6.24.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.24.0.
Change-Id: Idba3e902d720a607bbcbf83cdfbf7fc79cb0d0b3
---
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 629dd7dad5..fd51074751 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2914,7 +2914,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "6.23.0")
+ (version "6.24.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2923,7 +2923,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jcngf9fadwadgipkfy5czvc8j8a4crd4mr4p4x9zhpyhgpi44id"))))
+ "19lzjwa5f5ndgg34pmfv2n34pychal5mdsmwbrmxa0n390p5ikd0"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))