diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-10 11:51:56 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-05 23:06:57 +0800 |
commit | 1723a6a50c43a26abc47a59ba0806fb8dc7e9151 (patch) | |
tree | 551e88602ea8275a3f5b1cc01b60586b5afe3191 | |
parent | 94241bebca4a801141eaf002d86fd1e487e574b2 (diff) |
gnu: ocean-sound-theme: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.2.5.
Change-Id: I5e4deee9f514b94469dddb427bb29c4968baa309
-rw-r--r-- | gnu/packages/kde-plasma.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm index 54780aa18a..a6eb299a5d 100644 --- a/gnu/packages/kde-plasma.scm +++ b/gnu/packages/kde-plasma.scm @@ -1709,7 +1709,7 @@ on top of Baloo.") (define-public ocean-sound-theme (package (name "ocean-sound-theme") - (version "6.1.4") + (version "6.2.5") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/plasma/" @@ -1717,7 +1717,7 @@ on top of Baloo.") version ".tar.xz")) (sha256 (base32 - "0p3glpf2zhr9p2hs01vkxccgssz9brsjvdyywplxrc5qmk7h8052")))) + "01f5bl0jnff71hiqmhhid6icqwm1f7ppcas4rbgq1fvkqrg34z81")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list qtbase)) |