mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 19:11:46 +02:00
gnu: knights: Update to 24.12.1.
* gnu/packages/kde-games.scm (knights): Update to 24.12.1. Change-Id: I2bf4847b80c27be5217c4093b25ed87e4c46b8c2
This commit is contained in:
committed by
Zheng Junjie
parent
05bf8c1470
commit
3a33e6d697
@@ -1598,14 +1598,14 @@ This package is part of the KDE games module.")
|
|||||||
(define-public knights
|
(define-public knights
|
||||||
(package
|
(package
|
||||||
(name "knights")
|
(name "knights")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(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/knights-" version ".tar.xz"))
|
"/src/knights-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19xsa79p0ad3cgm1zz2ykbm4487fyizshn7ir8f5azhkr1bi6l8k"))))
|
(base32 "1cgnnna4kaklqbghgvl4f6kyg5lnh74r6w6y36mj02i8z5h7cfwn"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:qtbase qtbase))
|
(list #:qtbase qtbase))
|
||||||
|
|||||||
Reference in New Issue
Block a user