iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 759ecc9a719e4af12cd856a67545a27b769c63d2
Author: 宋文武 <[email protected]>
AuthorDate: Sat Jul 29 10:53:19 2023 +0800
gnu: knetwalk: Update to 23.04.3.
* gnu/packages/kde-games.scm (knetwalk): 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 14a90e71a0..b24d772bb7 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -796,14 +796,14 @@ This package is part of the KDE games module.")
(define-public knetwalk
(package
(name "knetwalk")
- (version "22.04.3")
+ (version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/knetwalk-" version ".tar.xz"))
(sha256
- (base32 "0w1bpx04yn7xsyf4h8ymw887ir9ifbwxynqllh8xn4chwd21ipgp"))))
+ (base32 "1xqqwsbm3f8bmid7afbnacxlg1hih644f0nw0i87pr746m1sskgz"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))