gnu: kolf: Update to 23.04.3.

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

View file

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