~ruther/guix-local

36f3bf1d32609b97db109b9b1333ed516649ae84 — Zheng Junjie 8 months ago 2de8551
gnu: breeze: Update to 6.4.3.

* gnu/packages/kde-plasma.scm (breeze): Update to 6.4.3.

Change-Id: I8e1b2450e191444bab85eb89d85d0ab50224e672
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-plasma.scm
M gnu/packages/kde-plasma.scm => gnu/packages/kde-plasma.scm +2 -2
@@ 143,14 143,14 @@
(define-public breeze
  (package
    (name "breeze")
    (version "6.3.6")
    (version "6.4.3")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                  name "-" version ".tar.xz"))
              (sha256
               (base32
                "1i1g6xy6gybdzfmanyrw8iw78g81ih6a57x728zk5d1aajhk4rga"))))
                "1gsghks25z56dzkwa66giz2iy0d0saj5p7s8cz8w5803z2njsyh1"))))
    (build-system qt-build-system)
    ;; TODO: Check whether is makes sence splitting into several outputs.
    (native-inputs