gnu: qqc2-breeze-style: Update to 6.1.4.

* gnu/packages/kde-plasma.scm (qqc2-breeze-style): Update to 6.1.4.

Change-Id: I3fd5ab6619b37037883c82cdf49161d6fd27f6f8
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:52 +08:00
parent fb7caf8997
commit 8beb7e9534
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1613,7 +1613,7 @@ (define-public milou
(define-public qqc2-breeze-style (define-public qqc2-breeze-style
(package (package
(name "qqc2-breeze-style") (name "qqc2-breeze-style")
(version "6.1.3") (version "6.1.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" (uri (string-append "mirror://kde/stable/plasma/"
@ -1621,7 +1621,7 @@ (define-public qqc2-breeze-style
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0s5ya52iixvps2vjq299qgs3q379c3dwdrmzz8yr50kj3qp32is9")))) "0s2ibpavyf6yminw01z9a2v2xdxc9amazn5hcc695p7rar0vrfcg"))))
(build-system qt-build-system) (build-system qt-build-system)
(arguments (arguments
(list #:qtbase qtbase)) (list #:qtbase qtbase))