z572 pushed a commit to branch kde-team
in repository guix.
commit cebb987ae6881d927460b3685e9f6db8d1a518f0
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:54 2024 +0800
gnu: kunitconversion: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.5.0.
Change-Id: I93e9d56954d0209af93d7734e9f40320a659e7e7
---
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 ac5cd4bdcb..c64d5ea1d9 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.4.0")
+ (version "6.5.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
- "0x04cqm2flhx2hi804jqfx8mim7af49kirb3wabhrwmngi36ks9h"))))
+ "1r1gk4p8dlwdrsdv0wvw3jggln7zimp60bryh02x6hvl7i123mf7"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))