mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kbreakout: Update to 25.08.1.
* gnu/packages/kde-games.scm (kbreakout): Update to 25.08.1. Change-Id: I55a0b1e851b3f243110977dc934c4128f80bae8f
This commit is contained in:
parent
326148184a
commit
1aec87681f
1 changed files with 2 additions and 2 deletions
|
@ -433,14 +433,14 @@ This package is part of the KDE games module.")
|
|||
(define-public kbreakout
|
||||
(package
|
||||
(name "kbreakout")
|
||||
(version "25.04.0")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kbreakout-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "00qbyv7awf70dxid2m71izsl39mfvjgzrfqdpfgkgisfvrwwnw90"))))
|
||||
(base32 "1mfjka7myzs2vpjr8b22a3j6ndkqmyz97h88a4xbrmxq9w70wgzr"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue