guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 251bc40472850c78de309a385e94827f0a3d48d8
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:23 2026 +0530
gnu: kunitconversion: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.23.0.
Change-Id: Ib171e74379e19c44e9db0d31781c49a6a0e9d4e0
---
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 566aa89d5d..1c49de2224 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2891,7 +2891,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2900,7 +2900,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14bv4kvf92a93dw4rmydfdmjh9ydls1mgwjm6p9mjxmdgwkmf0sq"))))
+ "0jcngf9fadwadgipkfy5czvc8j8a4crd4mr4p4x9zhpyhgpi44id"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))