From 16f332e4145b2eb110e947453bda3fd477b3892d Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Mon, 28 Jul 2025 14:16:26 +0800 Subject: [PATCH] gnu: ocean-sound-theme: Update to 6.4.3. * gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.4.3. Change-Id: Idc5acbba058490e6a8da0438bbaa9da7b181e7b6 --- 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 46c632cc0cf36af0b57b4e7a738ed418b6f9feab..31bb710331fa0958688c05a6ff6e463cbec7d63c 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1749,7 +1749,7 @@ on top of Baloo.") (define-public ocean-sound-theme (package (name "ocean-sound-theme") - (version "6.3.6") + (version "6.4.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1757,7 +1757,7 @@ on top of Baloo.") version ".tar.xz")) (sha256 (base32 - "03abqdx0ffdp41gkgpmhxdixbqc8a4fbfd7aq1ykwd7xp9yjyk0x")))) + "0cl489jvlsd27qiw07ymfnn8ckrfzyd3vnwm6w1fcjzg4q021y5k")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) (native-inputs (list extra-cmake-modules))