mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: konquest: Update to 25.08.1.
* gnu/packages/kde-games.scm (konquest): Update to 25.08.1. Change-Id: I784344c365c4b1c0f0643e2f5a0b39aa80a01bc3
This commit is contained in:
parent
17d6ea555a
commit
814c296e27
1 changed files with 2 additions and 2 deletions
|
@ -513,14 +513,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public konquest
|
(define-public konquest
|
||||||
(package
|
(package
|
||||||
(name "konquest")
|
(name "konquest")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/konquest-" version ".tar.xz"))
|
version "/src/konquest-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ks4x320q6di0f8w8r9bnayhmn11cnfqw86jx63a74vgkn4878w6"))))
|
(base32 "1v1nbr5cfydj9kwiak0y74czlwj1grm02nh3ak4nxk8llhcdbg5s"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase
|
(list #:qtbase qtbase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue