From ad981e79ff19a12cedc9502065aba050a20f0bd5 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Mon, 13 Oct 2025 20:46:45 +0530 Subject: [PATCH] gnu: kunitconversion: Update to 6.19.0. * gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.19.0. Change-Id: I56346553775f5e1ee5bd907a82a6bc074f155c31 --- 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 7bc13afa367b2058063e9657cb4f49b75cf72eac..2566e520e6cac96d1338fb4a0b7769aec0cb93f1 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3009,7 +3009,7 @@ and communicating with them using a pty.") (define-public kunitconversion (package (name "kunitconversion") - (version "6.18.0") + (version "6.19.0") (source (origin (method url-fetch) (uri (string-append @@ -3018,7 +3018,7 @@ and communicating with them using a pty.") name "-" version ".tar.xz")) (sha256 (base32 - "1j1ixl60cygv09br4l0r85wdkw9fiw1m3hm3lnr9svv6jkcsb913")))) + "14xkz6v2197wl08s00npsz7nm5nln1kznwpwyd86av2r4ygf7w6l")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules))