gnu: kfourinline: Update to 23.04.3.

* gnu/packages/kde-games.scm (kfourinline): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-29 10:53:19 +08:00
parent ce04d6e2a2
commit 249b6209e1
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -718,14 +718,14 @@ (define-public kdiamond
(define-public kfourinline
(package
(name "kfourinline")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kfourinline-" version ".tar.xz"))
(sha256
(base32 "163aii9bala14bhc9j503xk86jcnmnn327fmx3c68ryp0s89rx97"))))
(base32 "0chfjp0k4ps5f6vy8nxqc2xlj4xql08llxnzsz6c2x611n69aszm"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))