gnu: qqc2-desktop-style: Update to 5.108.0.

* gnu/packages/kde-frameworks.scm (qqc2-desktop-style): Update to 5.108.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-13 15:04:33 +08:00 committed by 宋文武
parent b8aa7f16e0
commit ce18667862
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1381,7 +1381,7 @@ (define-public pulseaudio-qt
(define-public qqc2-desktop-style
(package
(name "qqc2-desktop-style")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1390,7 +1390,7 @@ (define-public qqc2-desktop-style
name "-" version ".tar.xz"))
(sha256
(base32
"1af7izd4k220dzngf1nwgcw0bi7vl772lpjrqd9fp9rijh74dx7d"))))
"1icv871q0z2wh147j3bg9xqizp2cyrsrsrsgbyyscpa9x5nlpvw9"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))