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
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:53 +08:00
parent 1ec13112bb
commit 6cb3f46a29
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1657,7 +1657,7 @@ (define-public oxygen-sounds
(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 @@ (define-public ocean-sound-theme
version ".tar.xz"))
(sha256
(base32
"064s4ms3ga2985181gzzi4ky20g53c3djz1dblmjnq3i908npy86"))))
"0p3glpf2zhr9p2hs01vkxccgssz9brsjvdyywplxrc5qmk7h8052"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))