mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kmines: Update to 25.12.0.
* gnu/packages/kde-games.scm (kmines): Update to 25.12.0. Change-Id: Ibeed33dbfaf2f59678fd45cab1dea595b2c864ad
This commit is contained in:
parent
9c0d55191f
commit
1444e05d97
1 changed files with 2 additions and 2 deletions
|
|
@ -520,14 +520,14 @@ This package is part of the KDE games module.")
|
|||
(define-public kmines
|
||||
(package
|
||||
(name "kmines")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kmines-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0gsamph4ipmxw3anr214vbxlpg7d7d1lxlzpm0sad7xgv0ydmw4r"))))
|
||||
(base32 "1yy9bmrwf5cwgpai8lqqspfyv1b158sz8m9dsv3qznwnnig1lmn1"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list #:qtbase qtbase
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue