z572 pushed a commit to branch kde-team
in repository guix.
commit 5802a616916d11a3bdd3cfbcac431049ae41202c
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:43 2024 +0800
gnu: attica: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (attica): Update to 6.4.0.
Change-Id: Ifd650061f5b93d656326821a826ba347fe457563
---
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 20e13077d6..0b36751718 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -331,7 +331,7 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
(define-public attica
(package
(name "attica")
- (version "6.3.0")
+ (version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -340,7 +340,7 @@ Phonon-VLC is a backend based on the VLC multimedia
library.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1varrhc08799avraaln5sa844mwcz4h519x36n25sb80788kmbxb"))))
+ "0h2pzf9hhkkyrz8h95lcg3ygss9rmnybzapm82i3ycgg08n6xxn3"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))