gnu: ksudoku: Update to 25.04.0.

* gnu/packages/kde-games.scm (ksudoku): Update to 25.04.0.

Change-Id: I803a828aeac54fac18462ecafa132b34436b7bf4
This commit is contained in:
Zheng Junjie 2025-05-08 14:40:40 +08:00
parent c415fbc0ab
commit a80178c28f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -574,14 +574,14 @@ This package is part of the KDE games module.")
(define-public ksudoku
(package
(name "ksudoku")
(version "24.12.3")
(version "25.04.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/ksudoku-" version ".tar.xz"))
(sha256
(base32 "0d1589bp97d5ljlyv6938lcj484c7ah53m6593ngdrmln4zydwia"))))
(base32 "0mhc56s59l2hqdb27jypdgd82l2li2lil9a7kb4zg8x245c42jhk"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs