mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: kdesignerplugin: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (kdesignerplugin): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
78a38c5e54
commit
aacb142b64
1 changed files with 2 additions and 2 deletions
|
@ -2397,7 +2397,7 @@ (define-public kded
|
|||
(define-public kdesignerplugin
|
||||
(package
|
||||
(name "kdesignerplugin")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2406,7 +2406,7 @@ (define-public kdesignerplugin
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17b0javl6k5zcmx04aqzmh3qdgwvzhf62x603m4pg6xbl3zns67g"))))
|
||||
"0ibd1sgyiawl7b25ag1qs80s0vai16ab1zmdrhx85gd1583vkyab"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools qttools-5))
|
||||
|
|
Loading…
Reference in a new issue