1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: oxygen-sounds: Update to 6.5.5.

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

Change-Id: I135891f92d0c18949fd47f31294b2ed1300794bd
This commit is contained in:
Sughosha
2026-02-08 23:05:35 +05:30
committed by Andreas Enge
parent f24fca1a28
commit d320a27768

View File

@@ -1742,7 +1742,7 @@ on top of Baloo.")
(define-public oxygen-sounds
(package
(name "oxygen-sounds")
(version "6.5.2")
(version "6.5.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -1750,7 +1750,7 @@ on top of Baloo.")
version ".tar.xz"))
(sha256
(base32
"05z6lav3fm0hs9yqf4734chnf8nmi290d3pf5914h8adzj0smx8h"))))
"1kr43cqaj3cw8rag4kkrq3sw1cacxpjwaizzl3rrsxnr4fvavf2k"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list extra-cmake-modules))