From f41081d55cfbe25c8ef71b0701df127496b4519c Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 8 Oct 2025 19:37:05 +0530 Subject: [PATCH] gnu: kunitconversion: Update to 6.18.0. * gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.18.0. Change-Id: I6357fdf4562467e0b7eaec337e1e5710085c01f4 --- 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 f4caf0ba513cb9583c945af1d5eafc4ca17e0e9e..e2d72e098e7c7b699ebc656caebd9efe4fa64f67 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3045,7 +3045,7 @@ and communicating with them using a pty.") (define-public kunitconversion (package (name "kunitconversion") - (version "6.16.0") + (version "6.18.0") (source (origin (method url-fetch) (uri (string-append @@ -3054,7 +3054,7 @@ and communicating with them using a pty.") name "-" version ".tar.xz")) (sha256 (base32 - "038fif7abb1sz3yvjym9d6w396k7qjdx01ylblcr2haqpzlp5955")))) + "1j1ixl60cygv09br4l0r85wdkw9fiw1m3hm3lnr9svv6jkcsb913")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules))