z572 pushed a commit to branch kde-team in repository guix. commit c2f1fc13cb09e4ab7099b076e9b0c4f6fdfc5478 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu Jun 27 01:42:13 2024 +0800
gnu: kunitconversion-6: Update to 6.3.0. * gnu/packages/kde-frameworks.scm (kunitconversion-6): Update to 6.3.0. Change-Id: I3b99ba59d3926c09edb881cf2d392dbff4276a6c --- 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 48d1caae9d..352795eda6 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3243,7 +3243,7 @@ and communicating with them using a pty.") (define-public kunitconversion-6 (package (name "kunitconversion") - (version "6.1.0") + (version "6.3.0") (source (origin (method url-fetch) (uri (string-append @@ -3252,7 +3252,7 @@ and communicating with them using a pty.") name "-" version ".tar.xz")) (sha256 (base32 - "1v1inf8f6dk45qiyba3rk5pgrm5h7h0m3h6f3jrl6f8vskrfcvfz")))) + "16q7jl86bc6y17xd6hyi6b506cpjx21jirlffkmz8ggzs0nz9cvx")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules))