gnu: knights: Update to 25.04.0.

* gnu/packages/kde-games.scm (knights): Update to 25.04.0.

Change-Id: I5bddf614aee7cf5ea9a6deb49dab218fad2d0cbb
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:45 +08:00
parent bbeb7c6701
commit 5cc70c0bff
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1630,14 +1630,14 @@ This package is part of the KDE games module.")
(define-public knights
(package
(name "knights")
(version "24.12.3")
(version "25.04.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/knights-" version ".tar.xz"))
(sha256
(base32 "0y99ahmv7f2lcn2krknl95vbb9d4sn78dgxkd35b3p374kcv5rxr"))))
(base32 "0yrrbmiv9blpafwpa24w4farv76rqghqnrr6r01kkxrikcav9j0y"))))
(build-system qt-build-system)
(arguments
(list #:qtbase qtbase))