guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 9bf89c16c00813760dca9f43e233b6103be9ef25
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 c020a5544d..3177926b61 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -366,7 +366,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
@@ -375,7 +375,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))