1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: kmahjongg: Update to 25.12.0.

* gnu/packages/kde-games.scm (kmahjongg): Update to 25.12.0.

Change-Id: I5de4ddacbe4ed0ead7ee4f6385304b6285b77db2
This commit is contained in:
Sughosha
2025-12-14 19:26:15 +05:30
parent 60cc7478af
commit 503cdbbbb6

View File

@@ -324,14 +324,14 @@ other Mah Jongg like games.")
(define-public kmahjongg
(package
(name "kmahjongg")
(version "25.08.3")
(version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kmahjongg-" version ".tar.xz"))
(sha256
(base32 "08zix4ck3v7fk21cz985wmm3gcdgdgpz45459a1lij9rb6x50si9"))))
(base32 "1fpfakx0gl76crba64dlnw3bk12304dzlm8mriv31nj08v84mwla"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))