gnu: oxygen-sounds: Update to 6.4.3.

* gnu/packages/kde-plasma.scm (oxygen-sounds): Update to 6.4.3.

Change-Id: I7bc30d2639c6e659324a38272b8d3e6321383f89
This commit is contained in:
Zheng Junjie 2025-07-28 14:15:58 +08:00
parent feaaae457a
commit 650dfd91cf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1769,7 +1769,7 @@ on top of Baloo.")
(define-public oxygen-sounds
(package
(name "oxygen-sounds")
(version "6.3.6")
(version "6.4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1777,7 +1777,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
"1bb8ckgvxrcgnfi9argr1phf53mbl2n6yrnmybwq0zl0kbc14rb4"))))
"0arfmwxr6p6hfjsywz9zr0cvaf4qj2bsnqdm0h7fk72cm3wnc1a4"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list extra-cmake-modules))