gnu: oxygen-sounds: Update to 6.2.5.

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

Change-Id: I2f87c18b15ce39f8ebd516bd654845bf682f3461
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:56 +08:00
parent 847cef9d24
commit 98c09a2c90
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1687,7 +1687,7 @@ (define-public qqc2-breeze-style
(define-public oxygen-sounds
(package
(name "oxygen-sounds")
(version "6.1.4")
(version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@ -1695,7 +1695,7 @@ (define-public oxygen-sounds
version ".tar.xz"))
(sha256
(base32
"1ja1lcm5hav1iyl115v6g250hnnq3znqwvlz37n7k7719jcfjxb8"))))
"1d3mixz9dniljdknd9fab6rq381c63q2r420wgyms03n5dkkq27f"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules))
(home-page "https://community.kde.org/Frameworks")