gnu: attica: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (attica): Update to 6.5.0.

Change-Id: I513b0d86bc563f00971d933e352a38882fd21837
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:47 +08:00
parent 82f593f145
commit 813e7fd31d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -331,7 +331,7 @@ (define-public phonon-backend-vlc
(define-public attica
(package
(name "attica")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -340,7 +340,7 @@ (define-public attica
name "-" version ".tar.xz"))
(sha256
(base32
"0h2pzf9hhkkyrz8h95lcg3ygss9rmnybzapm82i3ycgg08n6xxn3"))))
"1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules))