guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 27c0dbca2f5a0c43feaf26c988dea4856a8eea9e
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:40 2025 +0530
gnu: kunitconversion: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.21.0.
Change-Id: I8aba0df08f7912526811a93e328f9bc31cd959b0
---
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 86c8e93cea..33923471bd 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2888,7 +2888,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "6.19.0")
+ (version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2897,7 +2897,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14xkz6v2197wl08s00npsz7nm5nln1kznwpwyd86av2r4ygf7w6l"))))
+ "17ddkg17lc4nyjjb406rarkjgnykzwdrvg3yghqxcq1md1h1l0b0"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))