gnu: attica: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (attica): Update to 6.10.0.

Change-Id: Ibe598d526aeef55c4329bb2c0917c8b4bf03c79f
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:20 +08:00 committed by Zheng Junjie
parent b9e8e61ac8
commit 5459f50c3a
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -332,7 +332,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
(define-public attica (define-public attica
(package (package
(name "attica") (name "attica")
(version "6.5.0") (version "6.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -341,7 +341,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c")))) "0idz9b0kv7nvz54hs5gihrfpr7zc9ca2axczdq1hi35dpjn2wv7k"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))