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

commit 022c5f5c7f2b6d8943cc1013b3402830f0ce14f5
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:08 2026 +0530

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

Reply via email to