z572 pushed a commit to branch qt-team
in repository guix.

commit ba95a2367c47f966f3ee3b334459fa64857fe4a9
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon May 5 17:27:32 2025 +0800

    gnu: breeze: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (breeze): Update to 6.3.4.
    [inputs]: Add qtsvg.
    
    Change-Id: I54cf2203af79f6679140ffbf15fa7f122f881a76
---
 gnu/packages/kde-plasma.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 37a126c052..a809f1ef79 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -137,14 +137,14 @@
 (define-public breeze
   (package
     (name "breeze")
-    (version "6.1.4")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1981va061mrb3r01wm38xq55d7xnqdfwp7s02npbqg5h6zgjcrr2"))))
+                "1b0mxnsx0nmj7wskvvrvi275xbj7xf8pysa1ywis9bkffh757bwp"))))
     (build-system qt-build-system)
     ;; TODO: Check whether is makes sence splitting into several outputs.
     (native-inputs
@@ -161,7 +161,8 @@
            kiconthemes
            kpackage
            kwindowsystem
-           kcolorscheme))
+           kcolorscheme
+           qtsvg))
     (arguments (list #:qtbase qtbase
                      #:configure-flags #~(list "-DBUILD_QT5=OFF")))
     (home-page "https://invent.kde.org/plasma/breeze";)

Reply via email to