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

commit 56b8306a95973b1b51fc8bab6f7acd2729c74cc9
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:07 2025 +0530

    gnu: ocean-sound-theme: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.5.4.
    
    Change-Id: I79599e623337c05ec3bd1e871cce5c3f6398c4f4
---
 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 d5e565b1f8..7ee4ce127d 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1757,7 +1757,7 @@ on top of Baloo.")
 (define-public ocean-sound-theme
   (package
     (name "ocean-sound-theme")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1765,7 +1765,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "14gf0qpp4wyh3w29sw50w1i1dagbq3d70fihwsiqlkz5169vafvy"))))
+                "1r5ymkl4ycyndvma3j07cdbjv1qql4aljhshr0xalyq4f17wjk60"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs (list extra-cmake-modules))

Reply via email to