z572 pushed a commit to branch qt-team
in repository guix.
commit 4ef64da94a2f2708f8be277b6cd8d46d4eb33fde
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 17:15:04 2025 +0800
gnu: ocean-sound-theme: Update to 6.3.4.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.3.4.
Change-Id: I6edb9b0e5fd159107c6bbf47c65065717c5e142f
---
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 976dfb1e93..cbebeaa5c7 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1677,7 +1677,7 @@ on top of Baloo.")
(define-public ocean-sound-theme
(package
(name "ocean-sound-theme")
- (version "6.1.4")
+ (version "6.3.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1685,7 +1685,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
- "0p3glpf2zhr9p2hs01vkxccgssz9brsjvdyywplxrc5qmk7h8052"))))
+ "1v51qhcr0swbajc0skwscp2h3m4qr337l8s145nmiv2scsn7sc86"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))