mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
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 @@ (define-public kpty
|
|||
(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 @@ (define-public kunitconversion
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0lhyg1d1k25kqk94lzy8mb06p4c17limmcrzirnsnxjvhjrc6r05"))))
|
||||
"1kwz5wx0s522mwb5gxjz6cxqdkzflcckmra9qikpjrzsngamrq3j"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments `(#:tests? #f)) ;; Requires network.
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue