summary refs log tree commit diff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-20 00:24:50 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:41 +0800
commit2afe474298c08df3ea902a46151bee43023f655a (patch)
tree2ed0ca07edc60f60457c75ffe3e4cf787e8cd4d9
parentf3b3cef09efc7142832a641deaf984426751aeb7 (diff)
downloadguix-2afe474298c08df3ea902a46151bee43023f655a.tar.gz
gnu: kunitconversion: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 6.4.0.

Change-Id: Ia5345cd245dae2cb8a5f78d60b0636d24e396c6b
-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 8c178da24e..43e850efc0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2996,7 +2996,7 @@ and communicating with them using a pty.")
 (define-public kunitconversion
   (package
     (name "kunitconversion")
-    (version "6.3.0")
+    (version "6.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3005,7 +3005,7 @@ and communicating with them using a pty.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16q7jl86bc6y17xd6hyi6b506cpjx21jirlffkmz8ggzs0nz9cvx"))))
+                "0x04cqm2flhx2hi804jqfx8mim7af49kirb3wabhrwmngi36ks9h"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))