z572 pushed a commit to branch kde-team
in repository guix.

commit 6df99b8f4b2682bc5336f7a6c7f524de7a0714ba
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:47 2024 +0800

    gnu: attica: Update to 6.5.0.
    
    * gnu/packages/kde-frameworks.scm (attica): Update to 6.5.0.
    
    Change-Id: I513b0d86bc563f00971d933e352a38882fd21837
---
 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 f10f7de34e..707ee3c149 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.4.0")
+    (version "6.5.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
-                "0h2pzf9hhkkyrz8h95lcg3ygss9rmnybzapm82i3ycgg08n6xxn3"))))
+                "1rhhc0fxwpv5dq3j7jsys0k72sy43qb1fmj2ib2a59sjvhc0ds3c"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to