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