iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 07b9ca3449903e202528347f6a41a24362f421bc
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 12 10:12:48 2023 +0800
gnu: attica: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 5.108.0.
Signed-off-by: 宋文武 <[email protected]>
---
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 ca66e7f080..d654fcc621 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -293,7 +293,7 @@ Phonon-GStreamer is a backend based on the GStreamer
multimedia library.")
(define-public attica
(package
(name "attica")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -302,7 +302,7 @@ Phonon-GStreamer is a backend based on the GStreamer
multimedia library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0w1w6w2jia1q32jnn2dhyxmkq64ha1dcbsqj233v4f224rp3aknp"))))
+ "15didd7llqamp9wbvrynnf9cap2dqmwr51mz0pcjdk0iqs6ym4qq"))))
(build-system cmake-build-system)
(arguments
`(#:phases