guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit ef10bc3476b0e468c5df999307bd93705964edc3
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 4575e3794a..f553295dcc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1759,7 +1759,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/"
@@ -1767,7 +1767,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))