mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
fb7caf8997
commit
8beb7e9534
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Reference in a new issue