mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
c9a198eff4
commit
45ea2c2ee0
1 changed files with 2 additions and 2 deletions
|
@ -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.05.2")
|
(version "24.12.1")
|
||||||
(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 "1yk6c0lagj47m5i7s73rsrk61fs1cjbf0dhhvbyasy4avlxsfgxa"))))
|
(base32 "0flypcz4975z9jwja2lab1k5g0s2ln31pkadn8gmklsah8jc33js"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue