guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 5459f50c3a5b69f1707d9840a0e480d9ac15d28d
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:20 2025 +0800
gnu: attica: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 6.10.0.
Change-Id: Ibe598d526aeef55c4329bb2c0917c8b4bf03c79f
---
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 754c666854..4ee2a1afdc 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -332,7 +332,7 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
(define-public attica
(package
(name "attica")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -341,7 +341,7 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c"))))
+ "0idz9b0kv7nvz54hs5gihrfpr7zc9ca2axczdq1hi35dpjn2wv7k"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))