iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 06d17a8f5b52a396f5c478afbc2bb3fa328df48e
Author: 宋文武 <[email protected]>
AuthorDate: Sat Jul 29 10:53:19 2023 +0800
gnu: kgoldrunner: Update to 23.04.3.
* gnu/packages/kde-games.scm (kgoldrunner): Update to 23.04.3.
---
gnu/packages/kde-games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 40087f4437..c0fe5752bc 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -640,14 +640,14 @@ This package is part of the KDE games module.")
(define-public kgoldrunner
(package
(name "kgoldrunner")
- (version "22.04.3")
+ (version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kgoldrunner-" version ".tar.xz"))
(sha256
- (base32 "1ga0djplhgqbfrvq0m7ymd30lsi7kc23chaqmc0vy3g61y9274da"))))
+ (base32 "0acavby9lwbqbx577a3az9lcahchngcs15571va2ndnq1r16paxf"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))