guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 691adbdfdf2b6a47b69fa56e8ae047734ddc638c
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 9a40541e90..b36df140fe 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.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))