mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: breeze: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (breeze): Update to 6.1.4. Change-Id: I2ece7ecfdf2fe1eaba7b1056fb4e34b35fb1b633
This commit is contained in:
parent
d97f0ee54b
commit
1944ce422c
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.3")
|
||||
(version "6.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/plasma/" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lbnspr3r6rhmam56ba6x3g0r6xcvfq7mpjn8r9raxfhvs6vlnzi"))))
|
||||
"1981va061mrb3r01wm38xq55d7xnqdfwp7s02npbqg5h6zgjcrr2"))))
|
||||
(build-system qt-build-system)
|
||||
;; TODO: Check whether is makes sence splitting into several outputs.
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue