diff options
author | Zheng Junjie <873216071@qq.com> | 2023-07-12 13:57:53 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-02 22:27:39 +0800 |
commit | 4867f11d76585ee7cd29879a1e42b82e6a5d07c7 (patch) | |
tree | 2b2ed0bfffc785ba9a965b61642d9e3fbba7fc1c | |
parent | 7a331818138c7593ad2f73dba34edb6203eb3d16 (diff) |
gnu: kunitconversion: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.108.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 43cb2feea8..b5b5951b2a 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1996,7 +1996,7 @@ and communicating with them using a pty.") (define-public kunitconversion (package (name "kunitconversion") - (version "5.98.0") + (version "5.108.0") (source (origin (method url-fetch) (uri (string-append @@ -2005,7 +2005,7 @@ and communicating with them using a pty.") name "-" version ".tar.xz")) (sha256 (base32 - "0lhyg1d1k25kqk94lzy8mb06p4c17limmcrzirnsnxjvhjrc6r05")))) + "1kwz5wx0s522mwb5gxjz6cxqdkzflcckmra9qikpjrzsngamrq3j")))) (build-system cmake-build-system) (arguments `(#:tests? #f)) ;; Requires network. (native-inputs |