z572 pushed a commit to branch kde-team
in repository guix.
commit 346f0b845fd4efbbbe8da08f43bd89cd8cd6ac2e
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Aug 9 23:33:53 2024 +0800
gnu: ocean-sound-theme: Update to 6.1.4.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.1.4.
Change-Id: I675141bbef0c1c79b3062b24d530fc90c4b33fc0
---
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 121990f472..ca87ace1d4 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1657,7 +1657,7 @@ on top of Baloo.")
(define-public ocean-sound-theme
(package
(name "ocean-sound-theme")
- (version "6.1.3")
+ (version "6.1.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1665,7 +1665,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
- "064s4ms3ga2985181gzzi4ky20g53c3djz1dblmjnq3i908npy86"))))
+ "0p3glpf2zhr9p2hs01vkxccgssz9brsjvdyywplxrc5qmk7h8052"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))