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

commit 4c43dd6f809366afeb51aed71a231fd2ca4c8330
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:07 2026 +0530

    gnu: amarok: Update to 3.3.2.
    
    * gnu/packages/kde-multimedia.scm (amarok): Update to 3.3.2.
    [arguments]<#:configure-flags>: Remove -DBUILD_WITH_QT6=ON.
    <#:test-exclude>: Exclude testtrackforurlworker.
    
    Change-Id: I3e6a5b930d922c1578325cae671c3467f51da381
---
 gnu/packages/kde-multimedia.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index f04f89da40..432a9d0baa 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -167,19 +167,18 @@ This package is part of the KDE multimedia module.")
 (define-public amarok
   (package
     (name "amarok")
-    (version "3.3.1")
+    (version "3.3.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/amarok/" version
                                   "/amarok-" version ".tar.xz"))
               (sha256
                (base32
-                "00cw6gk1vhc5ch2jri90lma5jbkah3bq1dmyzg49bnq77aljwvrr"))))
+                "02v6sf2v9hnkzzkxq3xszazxbswaymqhnvvyyf6f86wrsc4nnhxa"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase
-           #:configure-flags
-           #~(list "-DBUILD_WITH_QT6=ON")
+           #:test-exclude "testtrackforurlworker"
            #:phases
            #~(modify-phases %standard-phases
                (add-before 'configure 'check-setup

Reply via email to