guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 37fcdbc5d19f1c6b800b39f0718ddbbe2858955b
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:28 2025 +0800
gnu: kunitconversion: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.10.0.
Change-Id: Ie23c65c71f20fe9374e942775ac6524b92ac90ff
---
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 d9459814ac..e5d1d4f9b7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2996,7 +2996,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3005,7 +3005,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1r1gk4p8dlwdrsdv0wvw3jggln7zimp60bryh02x6hvl7i123mf7"))))
+ "1gwxhqrn8i2g5yikd3w0hbyaj40cgdpab2nyy6wdwjc0sh29ki93"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))