guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 085f641eb8c766cab78a26706882b21cbcf926f9
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 2c4444c5dd..ceaf51b284 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.19.0")
+ (version "6.21.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
- "14xkz6v2197wl08s00npsz7nm5nln1kznwpwyd86av2r4ygf7w6l"))))
+ "17ddkg17lc4nyjjb406rarkjgnykzwdrvg3yghqxcq1md1h1l0b0"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))