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

commit fe66850a0266edc67564cea14f7f6b56231b4fd0
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:53 2025 +0530

    gnu: audiocd-kio: Update to 25.08.3.
    
    * gnu/packages/kde-multimedia.scm (audiocd-kio): Update to 25.08.3.
    
    Change-Id: Ica6e12e956b537d129fe0964954a82d1156c8341
---
 gnu/packages/kde-multimedia.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index 328953df36..be8fc9451d 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -169,14 +169,14 @@ Phonon-VLC is a backend based on the VLC multimedia 
library.")
 (define-public audiocd-kio
   (package
     (name "audiocd-kio")
-    (version "25.08.2")
+    (version "25.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/audiocd-kio-" version ".tar.xz"))
        (sha256
-        (base32 "1gwh5wb8flabg6sy7sxf62sz1lhsifwp32sagy02vsmbdzfqsxdf"))))
+        (base32 "1b7fawpribq9csyj8ixqdsg288cjx82l5q83vd3m0qbvxm383qvf"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to