gnu: attica: Update to 6.13.0.

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

Change-Id: I9b1415513a5ef055c2e07113d1f668d5620b4029
This commit is contained in:
宋文武 2025-05-04 14:10:09 +08:00 committed by Andreas Enge
parent 5f264d0b0f
commit ce82501084
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -339,7 +339,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.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -348,7 +348,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0idz9b0kv7nvz54hs5gihrfpr7zc9ca2axczdq1hi35dpjn2wv7k")))) "11wav5mimd82v0gax3r6pazwgl3p2ys83lzzlpx23r71cbzvgk5c"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules)) (list extra-cmake-modules))