gnu: kunitconversion: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kunitconversion): Update to 5.114.0. Change-Id: I43c89832d70d92bf15295b0db235fc70a9a37b99
This commit is contained in:
parent
ee6db51289
commit
64ea017379
1 changed files with 2 additions and 2 deletions
|
|
@ -2104,7 +2104,7 @@ and communicating with them using a pty.")
|
||||||
(define-public kunitconversion
|
(define-public kunitconversion
|
||||||
(package
|
(package
|
||||||
(name "kunitconversion")
|
(name "kunitconversion")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
|
@ -2113,7 +2113,7 @@ and communicating with them using a pty.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1kwz5wx0s522mwb5gxjz6cxqdkzflcckmra9qikpjrzsngamrq3j"))))
|
"1qyqvl8fy105zwma5nrkz9zg5932w2f33daw0azhj322iffrm39n"))))
|
||||||
(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