gnu: kunitconversion: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.10.0.

Change-Id: Ie23c65c71f20fe9374e942775ac6524b92ac90ff
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:28 +08:00
parent 9234e61563
commit 8a819402e0
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -3020,7 +3020,7 @@ (define-public kpty
(define-public kunitconversion
(package
(name "kunitconversion")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -3029,7 +3029,7 @@ (define-public kunitconversion
name "-" version ".tar.xz"))
(sha256
(base32
"1r1gk4p8dlwdrsdv0wvw3jggln7zimp60bryh02x6hvl7i123mf7"))))
"1gwxhqrn8i2g5yikd3w0hbyaj40cgdpab2nyy6wdwjc0sh29ki93"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))