mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
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:
parent
b8aa7f16e0
commit
ce18667862
1 changed files with 2 additions and 2 deletions
|
@ -1381,7 +1381,7 @@ (define-public pulseaudio-qt
|
||||||
(define-public qqc2-desktop-style
|
(define-public qqc2-desktop-style
|
||||||
(package
|
(package
|
||||||
(name "qqc2-desktop-style")
|
(name "qqc2-desktop-style")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1390,7 +1390,7 @@ (define-public qqc2-desktop-style
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1af7izd4k220dzngf1nwgcw0bi7vl772lpjrqd9fp9rijh74dx7d"))))
|
"1icv871q0z2wh147j3bg9xqizp2cyrsrsrsgbyyscpa9x5nlpvw9"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
|
Loading…
Reference in a new issue