gnu: libkdegames: Update to 23.04.3.

* gnu/packages/kde.scm (libkdegames): Update to 23.04.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-14 15:39:12 +08:00 committed by 宋文武
parent 900ed2d1a4
commit f1ebb00ee2
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1166,14 +1166,14 @@ (define-public kcachegrind
(define-public libkdegames
(package
(name "libkdegames")
(version "22.08.1")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/libkdegames-" version ".tar.xz"))
(sha256
(base32 "1aihbha073fw2bxmdk4l768716kvrlyjd72x2nfx0vvr0ngc5wx9"))))
(base32 "1sicpfsrkxn5d0fdy71h7033rpkb94r5hjvv5ab7qbmzb1qa4awq"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))