1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 23:05:57 +02:00

gnu: kbreakout: Update to 24.12.1.

* gnu/packages/kde-games.scm (kbreakout): Update to 24.12.1.

Change-Id: I069ac55caf082c506d11b07313e30a07f1f71c4b
This commit is contained in:
Zheng Junjie
2025-01-10 11:51:35 +08:00
committed by Zheng Junjie
parent 7c0388a4f1
commit 00b4607f1c
+2 -2
View File
@@ -374,14 +374,14 @@ This package is part of the KDE games module.")
(define-public kbreakout
(package
(name "kbreakout")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kbreakout-" version ".tar.xz"))
(sha256
(base32 "0qnsvmhil1ybs94g533r26sqrfkqb06jh6gk4siqdd32dyyn7x3q"))))
(base32 "0k6290knp5piq2w90wn4qd7s2ps41nhxs871pwjnljrjf3v6fzv3"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs