mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 11:09:41 -05:00
gnu: libkomparediff2: Update to 24.05.2.
* gnu/packages/kde.scm (libkomparediff2): Update to 24.05.2. [inputs]: Remove kcodecs, kconfig, kcoreaddons, ki18n, kio, and kxmlgui; add kcodecs-5, kconfig-5, kcoreaddons-5, ki18n-5, kio-5, and kxmlgui-5. Change-Id: Ia33c191ada71b9275c141a313e4789974276e1c2
This commit is contained in:
parent
1715a30081
commit
41a7a6cf68
1 changed files with 8 additions and 8 deletions
|
@ -981,23 +981,23 @@ (define-public libqaccessibilityclient-qt5
|
|||
(define-public libkomparediff2
|
||||
(package
|
||||
(name "libkomparediff2")
|
||||
(version "23.04.3")
|
||||
(version "24.05.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/libkomparediff2-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1zkiyyrbfbr1i7zyhhayf53daaarzc8a2xz0iqjy9za7rawnmgbv"))))
|
||||
(base32 "1g4zjsdd49n2kh5m8ijm9cm95wfn2rglgnmvvr0ap1iidy4843hy"))))
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config))
|
||||
(inputs
|
||||
(list kcodecs
|
||||
kconfig
|
||||
kcoreaddons
|
||||
ki18n
|
||||
kio
|
||||
kxmlgui
|
||||
(list kcodecs-5
|
||||
kconfig-5
|
||||
kcoreaddons-5
|
||||
ki18n-5
|
||||
kio-5
|
||||
kxmlgui-5
|
||||
qtbase-5))
|
||||
(build-system cmake-build-system)
|
||||
(home-page "https://kde.org")
|
||||
|
|
Loading…
Reference in a new issue