me
/
guix
Archived
1
0
Fork 0

gnu: kunitconversion: Update to 6.4.0.

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

Change-Id: Ia5345cd245dae2cb8a5f78d60b0636d24e396c6b
master
Zheng Junjie 2024-07-20 00:24:50 +08:00
parent f3b3cef09e
commit 2afe474298
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -2996,7 +2996,7 @@ and communicating with them using a pty.")
(define-public kunitconversion (define-public kunitconversion
(package (package
(name "kunitconversion") (name "kunitconversion")
(version "6.3.0") (version "6.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3005,7 +3005,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"16q7jl86bc6y17xd6hyi6b506cpjx21jirlffkmz8ggzs0nz9cvx")))) "0x04cqm2flhx2hi804jqfx8mim7af49kirb3wabhrwmngi36ks9h"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))