gnu: juk: Update to 24.12.1.

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

Change-Id: Id70e773a18aaa30764ad6511e6219018cf172313
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:42 +08:00
parent 516d0e3957
commit bf772993c0
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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