guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1783452af79a584ba056465ec01ff3847256b0c0
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 15 16:47:46 2025 +0900

    gnu: ocean-sound-theme: Update to 6.3.6.
    
    * gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.3.6.
    
    Change-Id: I205cb9f0e56202ed5ebf4b3c4ebc105de54f44ac
---
 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 a91717954e..1e4c221d64 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1831,7 +1831,7 @@ on top of Baloo.")
 (define-public ocean-sound-theme
   (package
     (name "ocean-sound-theme")
-    (version "6.3.4")
+    (version "6.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1839,7 +1839,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1v51qhcr0swbajc0skwscp2h3m4qr337l8s145nmiv2scsn7sc86"))))
+                "03abqdx0ffdp41gkgpmhxdixbqc8a4fbfd7aq1ykwd7xp9yjyk0x"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs (list extra-cmake-modules))

Reply via email to