mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kgoldrunner: Update to 25.08.1.
* gnu/packages/kde-games.scm (kgoldrunner): Update to 25.08.1. Change-Id: I2dacfa0ad6c146af9be1234f591a7c32e3cd0486
This commit is contained in:
parent
eda020d26d
commit
7f4a856e6b
1 changed files with 2 additions and 2 deletions
|
@ -746,14 +746,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kgoldrunner
|
(define-public kgoldrunner
|
||||||
(package
|
(package
|
||||||
(name "kgoldrunner")
|
(name "kgoldrunner")
|
||||||
(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/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kgoldrunner-" version ".tar.xz"))
|
"/src/kgoldrunner-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07mz92k9ggdfrl3hnpwg6xl70mjaklwrp26a282n1j66arawmkjv"))))
|
(base32 "14zx8cd4d1csprcf8ysz7avmdhl8whwnfhprqlsj8c5yxizkf1v2"))))
|
||||||
(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