mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: kjsembed: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kjsembed): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
284fc2bc7e
commit
7a8b9c778c
1 changed files with 2 additions and 2 deletions
|
@ -3692,7 +3692,7 @@ (define-public kjs
|
|||
(define-public kjsembed
|
||||
(package
|
||||
(name "kjsembed")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -3701,7 +3701,7 @@ (define-public kjsembed
|
|||
(version-major+minor version) "/portingAids/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0zb4vr0hp73lzc1gfnpq1grwmlpdvnp8awf3ydx4vqjh9n6jbaf2"))))
|
||||
(base32 "1nfi9mfph3yjglafm8clw8d1z4f4h9b71j5z4l50qsds65yv9b9a"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools qttools-5))
|
||||
|
|
Loading…
Reference in a new issue