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>
This commit is contained in:
parent
7a33181813
commit
4867f11d76
1 changed files with 2 additions and 2 deletions
|
@ -1996,7 +1996,7 @@ and communicating with them using a pty.")
|
||||||
(define-public kunitconversion
|
(define-public kunitconversion
|
||||||
(package
|
(package
|
||||||
(name "kunitconversion")
|
(name "kunitconversion")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2005,7 +2005,7 @@ and communicating with them using a pty.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0lhyg1d1k25kqk94lzy8mb06p4c17limmcrzirnsnxjvhjrc6r05"))))
|
"1kwz5wx0s522mwb5gxjz6cxqdkzflcckmra9qikpjrzsngamrq3j"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments `(#:tests? #f)) ;; Requires network.
|
(arguments `(#:tests? #f)) ;; Requires network.
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue