gnu: juk: Update to 24.12.3.

* gnu/packages/kde-multimedia.scm (juk): Update to 24.12.3.

Change-Id: I5c9287642214e9367c7d3c54844de37361b7f009
This commit is contained in:
Zheng Junjie 2025-03-08 11:16:14 +08:00
parent 45ea2c2ee0
commit 924b5fee61
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -291,14 +291,14 @@ This package is part of the KDE multimedia module.")
(define-public juk (define-public juk
(package (package
(name "juk") (name "juk")
(version "24.12.1") (version "24.12.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version (uri (string-append "mirror://kde/stable/release-service/" version
"/src/juk-" version ".tar.xz")) "/src/juk-" version ".tar.xz"))
(sha256 (sha256
(base32 "0flypcz4975z9jwja2lab1k5g0s2ln31pkadn8gmklsah8jc33js")))) (base32 "0ys1zgplfiha0f9dgsf2pwbxnw7i9gmazyzfpdrv4sbp6ii1dgrz"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules kdoctools)) (list extra-cmake-modules kdoctools))