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