summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSughosha <sughosha@disroot.org>2026-03-03 21:57:23 +0530
committerSughosha <sughosha@disroot.org>2026-03-16 07:44:06 +0530
commit4b82187b538ef5447aa27817d0677475429e64fd (patch)
tree5303d5d0db0971602ec711a4120b43679e5770b1 /gnu/packages
parentd6bca986c8bd76a12f16bfb41d79ec24a5e4a783 (diff)
gnu: kunitconversion: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.23.0. Change-Id: Ib171e74379e19c44e9db0d31781c49a6a0e9d4e0
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 302d98cfd65..ff3db6665eb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2905,7 +2905,7 @@ and communicating with them using a pty.")
(define-public kunitconversion
(package
(name "kunitconversion")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2914,7 +2914,7 @@ and communicating with them using a pty.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14bv4kvf92a93dw4rmydfdmjh9ydls1mgwjm6p9mjxmdgwkmf0sq"))))
+ "0jcngf9fadwadgipkfy5czvc8j8a4crd4mr4p4x9zhpyhgpi44id"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))