me
/
guix
Archived
1
0
Fork 0

gnu: libkcddb: Update to 23.04.3.

* gnu/packages/kde-multimedia.scm (libkcddb): Update to 23.04.3.
[inputs]: Add kcmutils.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
master
Zheng Junjie 2023-07-20 15:51:06 +08:00 committed by 宋文武
parent e2c4666a56
commit 7885cb07ce
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 3 additions and 2 deletions

View File

@ -752,14 +752,14 @@ Its features include:
(define-public libkcddb
(package
(name "libkcddb")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkcddb-" version ".tar.xz"))
(sha256
(base32 "1js5r8hxqabnygmavfjvjbfy5c7978bmwm2rqlgsfyn17fkmf2y8"))))
(base32 "1s10g6m6c3h14gzxvp2s0v51jxzsrh23xfn7gl51a0r50srbbz52"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))
@ -768,6 +768,7 @@ Its features include:
kconfig
ki18n
kio
kcmutils
kwidgetsaddons
libmusicbrainz
qtbase-5))