me
/
guix
Archived
1
0
Fork 0

gnu: ocean-sound-theme: Update to 6.1.3.

* gnu/packages/kde-plasma.scm (ocean-sound-theme): Update to 6.1.3.

Change-Id: I43912a010eb338334baa4744fe404ae905925e5f
master
Zheng Junjie 2024-07-20 19:10:28 +08:00
parent 8ff20b1dc7
commit 3543c8f347
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -1656,7 +1656,7 @@ on top of Baloo.")
(define-public ocean-sound-theme
(package
(name "ocean-sound-theme")
(version "6.1.2")
(version "6.1.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1664,7 +1664,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
"0ysgx7bg5njgfv3rxdz5bzqh0iki1qb0pwqk4dmnwc3hx3c89ynb"))))
"064s4ms3ga2985181gzzi4ky20g53c3djz1dblmjnq3i908npy86"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtbase))