summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-09 23:33:53 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-20 11:50:44 +0800
commit6cb3f46a293ff0a3b580cee407266551c0a69446 (patch)
tree48cf70a23d5ec41ec0f2482d99bfe19cfa91f17f
parent1ec13112bbc08e56222ae0524d367394ccf90f26 (diff)
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
-rw-r--r--gnu/packages/kde-plasma.scm4
1 files 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))