guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fbf2069370f7bfa9da8f12ce5d0008b7a45731b1
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:35 2025 +0530

    gnu: juk: Update to 25.12.0.
    
    * gnu/packages/kde-multimedia.scm (juk): Update to 25.12.0.
    
    Change-Id: I96777590b37c9ffc49e3436e82ae049e2c57137d
---
 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 83578a8b31..ee80c58912 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -475,14 +475,14 @@ This package is part of the KDE multimedia module.")
 (define-public juk
   (package
     (name "juk")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/juk-" version ".tar.xz"))
        (sha256
-        (base32 "12gyiwpp037vs6qxqpiyxrbvpm88ih79qaxm58xlarz0baxiyp5r"))))
+        (base32 "1njbbsxw3ijkd9s4hwl6v0x34z5fh6rmxkp5ip7683sbrl0p4bdb"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to