1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-13 16:40:40 +02:00

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
committed by Zheng Junjie
parent 61e54ae682
commit 71c5ce3abb

View File

@@ -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))