mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: breeze: Update to 6.1.3.
* gnu/packages/kde-plasma.scm (breeze): Update to 6.1.3. Change-Id: Ia0634c6677d9b3c5d25fd85418b18fb6dfd00d55
This commit is contained in:
parent
d156392089
commit
2a423b9ca7
1 changed files with 2 additions and 2 deletions
|
@ -134,14 +134,14 @@ (define-public bluedevil
|
|||
(define-public breeze
|
||||
(package
|
||||
(name "breeze")
|
||||
(version "6.1.2")
|
||||
(version "6.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kvx8ynb5m66m1zdrfk5bzpjs879sl8m1ap914199i21v58dqmnl"))))
|
||||
"1lbnspr3r6rhmam56ba6x3g0r6xcvfq7mpjn8r9raxfhvs6vlnzi"))))
|
||||
(build-system qt-build-system)
|
||||
;; TODO: Check whether is makes sence splitting into several outputs.
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue