guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 22c33b0edc12b0c4d1fcd10a6d18aecf4853e8ea
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 e3873a4ca5..6e8a3419f0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2896,7 +2896,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
@@ -2905,7 +2905,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))