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