guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 8b70bd2bb512e9b08b0896fc7fc4402b20d8aa56 Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sun May 4 14:10:09 2025 +0800 gnu: attica: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (attica): Update to 6.13.0. Change-Id: I9b1415513a5ef055c2e07113d1f668d5620b4029 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 9ff79da06e..a1d970aa30 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -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))