z572 pushed a commit to branch kde-team in repository guix. commit 015722b6012f6c615aa94344e1a9e98acb311ef7 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Thu Jun 27 01:40:06 2024 +0800
gnu: attica-6: Update to 6.3.0. * gnu/packages/kde-frameworks.scm (attica-6): Update to 6.3.0. Change-Id: Iece7bff9c110417b35c73369cd67e0b3b7dbb4b7 --- 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 7044268422..dd65495fc5 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -330,7 +330,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.") (define-public attica-6 (package (name "attica") - (version "6.1.0") + (version "6.3.0") (source (origin (method url-fetch) (uri (string-append @@ -339,7 +339,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.") name "-" version ".tar.xz")) (sha256 (base32 - "185mgnnq8lqr3k59b3j73i9kzvcx6q7w70h7g07rsfkmlv4wlgcb")))) + "1varrhc08799avraaln5sa844mwcz4h519x36n25sb80788kmbxb")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules))