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

commit f695d474f803481f29f9737413d746eeec0f4525
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 12:26:37 2025 +0800

    gnu: oxygen-sounds: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.3.4.
    
    Change-Id: Ia121718ccb7ce41756aa249843750e86cf78fcf0
---
 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 6b8c15ea03..8934e2e324 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1691,7 +1691,7 @@ on top of Baloo.")
 (define-public oxygen-sounds
   (package
     (name "oxygen-sounds")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1699,7 +1699,7 @@ on top of Baloo.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1d3mixz9dniljdknd9fab6rq381c63q2r420wgyms03n5dkkq27f"))))
+                "0r90hrwib31wfv0mj42vf19c13642vb79m152rgps590i89yrkj9"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules))
     (home-page "https://community.kde.org/Frameworks";)

Reply via email to