gnu: knetwalk: Update to 23.04.3.

* gnu/packages/kde-games.scm (knetwalk): Update to 23.04.3.
This commit is contained in:
宋文武 2023-07-29 10:53:19 +08:00
parent 58b16fd391
commit f6e2ff6851
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -796,14 +796,14 @@ (define-public kblackbox
(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))