mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: konquest: Update to 25.12.0.
* gnu/packages/kde-games.scm (konquest): Update to 25.12.0. Change-Id: I77d1e2c04bcbf71b9eef09cfc91855bda0d14776
This commit is contained in:
parent
1444e05d97
commit
49d922c4aa
1 changed files with 2 additions and 2 deletions
|
|
@ -561,14 +561,14 @@ This package is part of the KDE games module.")
|
|||
(define-public konquest
|
||||
(package
|
||||
(name "konquest")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/konquest-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1yayqgpl9gj5py1mq2srrmkhyafw74p2awk04n4nsqwc1s1xb40a"))))
|
||||
(base32 "196yzircqgrxwxy66nqwwzn673aypj5i7difacvl2ka1xzg2f1r8"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue