guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 6b6a2212a3f3aea5ead574713ecfbbba38dbf655
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 19 21:24:36 2025 +0800
gnu: attica: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 6.16.0.
Change-Id: Ic828e81268befad1be469680ae654338d31eb405
---
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 a8ec1a1eaf..54e6413b11 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.13.0")
+ (version "6.16.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
- "11wav5mimd82v0gax3r6pazwgl3p2ys83lzzlpx23r71cbzvgk5c"))))
+ "0smy17aw8kdc52bzpzdph9pqcmi30vr7aljbb218vxq69pv8h72x"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))