me
/
guix
Archived
1
0
Fork 0

gnu: attica: Update to 6.4.0.

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

Change-Id: Ifd650061f5b93d656326821a826ba347fe457563
master
Zheng Junjie 2024-07-20 00:24:43 +08:00
parent 5ba75d1078
commit 6c7fa558c2
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))