~ruther/guix-local

5459f50c3a5b69f1707d9840a0e480d9ac15d28d — Zheng Junjie 1 year, 6 months ago b9e8e61
gnu: attica: Update to 6.10.0.

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

Change-Id: Ibe598d526aeef55c4329bb2c0917c8b4bf03c79f
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 332,7 332,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
(define-public attica
  (package
    (name "attica")
    (version "6.5.0")
    (version "6.10.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 341,7 341,7 @@ Phonon-VLC is a backend based on the VLC multimedia library.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c"))))
                "0idz9b0kv7nvz54hs5gihrfpr7zc9ca2axczdq1hi35dpjn2wv7k"))))
    (build-system cmake-build-system)
    (native-inputs
     (list extra-cmake-modules))