guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 6bd9da91160158f7238b648262249b7010630691
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:08 2026 +0530
gnu: kunitconversion: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.22.0.
Change-Id: I4ea9e1b4532e54cbfa188103aeeb4cbdf1ec4e50
---
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 303acf6d47..990d5751a4 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.21.0")
+ (version "6.22.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
- "17ddkg17lc4nyjjb406rarkjgnykzwdrvg3yghqxcq1md1h1l0b0"))))
+ "14bv4kvf92a93dw4rmydfdmjh9ydls1mgwjm6p9mjxmdgwkmf0sq"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))