gnu: oxygen-sounds: Update to 5.27.6.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-15 15:29:52 +08:00 committed by 宋文武
parent 2fb7838acb
commit 07351694ac
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1368,7 +1368,7 @@ (define-public milou
(define-public oxygen-sounds
(package
(name "oxygen-sounds")
(version "5.25.5")
(version "5.27.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1376,7 +1376,7 @@ (define-public oxygen-sounds
version ".tar.xz"))
(sha256
(base32
"04rn3ccqszznknvblz2i8r406m32hk4d3yzma4vzq93jfk57hdf1"))))
"0zijzkr6xqx3lqfccr9fkhmzmvqp5c8025nlh8sy94fi846g7smg"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(home-page "https://community.kde.org/Frameworks")