guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7fed8b6af8036f36b7f89a52e41023e7c7199db1
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:19 2025 +0530
gnu: ocean-sound-theme: Update to 6.4.5.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.4.5.
Change-Id: I62a46d15a974dc44fa7a7d448b3fbbfc44540d9e
---
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 614a4752a7..2f8518b7c2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1816,7 +1816,7 @@ on top of Baloo.")
(define-public ocean-sound-theme
(package
(name "ocean-sound-theme")
- (version "6.4.3")
+ (version "6.4.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1824,7 +1824,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
- "0cl489jvlsd27qiw07ymfnn8ckrfzyd3vnwm6w1fcjzg4q021y5k"))))
+ "09gs2qq93128bldf17qc8qv68rax3872d98x0b0l97y6is8k8pjz"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list extra-cmake-modules))