gnu: oxygen-sounds: Update to 6.1.4.

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

Change-Id: I61ec2b9691e52cb8c41948538c927953e341d7d7
This commit is contained in:
Zheng Junjie 2024-08-09 23:33:53 +08:00
parent 8beb7e9534
commit 1ec13112bb
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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