z572 pushed a commit to branch kde-team in repository guix. commit af2036bedb483a04566b29ad02c702c2f1caeec4 Author: Zheng Junjie <zhengjun...@iscas.ac.cn> AuthorDate: Mon Jul 15 18:30:01 2024 +0800
gnu: kemoticons: Update to 5.116.0. * gnu/packages/kde-frameworks.scm (kemoticons): Update to 5.116.0. [inputs]: Remove karchive, kconfig, and kcoreaddons; add karchive-5, kconfig-5, and kcoreaddons-5. [propagated-inputs]: Remove kservice; add kservice-5. Change-Id: Ia5e23fb19bb26244a66a6cfe2a3f48e60a961841 --- gnu/packages/kde-frameworks.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 386d8c7903..f1153a72c3 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -3665,7 +3665,7 @@ with su and ssh respectively.") (define-public kemoticons (package (name "kemoticons") - (version "5.114.0") + (version "5.116.0") (source (origin (method url-fetch) (uri (string-append @@ -3674,14 +3674,14 @@ with su and ssh respectively.") name "-" version ".tar.xz")) (sha256 (base32 - "0w87prkhdmba7y8ylbycdpwdzd2djmp7hvv5ljb9s4aqqhnn3vw4")))) + "0lv8cb7h7v4fbf8vyrsf9kygnhjxznf5sj92nv5is5gy0wdk8qxc")))) (build-system cmake-build-system) (propagated-inputs - (list kservice)) + (list kservice-5)) (native-inputs (list extra-cmake-modules)) (inputs - (list karchive kconfig kcoreaddons qtbase-5)) + (list karchive-5 kconfig-5 kcoreaddons-5 qtbase-5)) (arguments (list #:phases #~(modify-phases %standard-phases (add-before 'check 'check-setup