guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit e1118db4e09f348822ed8f895778f2b5402d0495
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 28 14:16:26 2025 +0800

    gnu: ocean-sound-theme: Update to 6.4.3.
    
    * gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.4.3.
    
    Change-Id: Idc5acbba058490e6a8da0438bbaa9da7b181e7b6
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index eedc369f5b..df240d1d0b 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1681,7 +1681,7 @@ on top of Baloo.")
 (define-public ocean-sound-theme
   (package
     (name "ocean-sound-theme")
-    (version "6.3.4")
+    (version "6.4.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1689,7 +1689,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1v51qhcr0swbajc0skwscp2h3m4qr337l8s145nmiv2scsn7sc86"))))
+                "0cl489jvlsd27qiw07ymfnn8ckrfzyd3vnwm6w1fcjzg4q021y5k"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list qtbase))

Reply via email to