1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: konquest: Update to 25.04.0.

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

Change-Id: I994afc84b1cf51d9e6409887bef05573d9d877d9
This commit is contained in:
Zheng Junjie
2025-05-08 14:40:40 +08:00
parent 00f108e926
commit 76ad6af891

View File

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