mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kollision: Update to 25.04.0.
* gnu/packages/kde-games.scm (kollision): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: I582cd1f7095038e45b673e883befb403dd272cf2
This commit is contained in:
parent
04f8179005
commit
5cba9f3d10
1 changed files with 3 additions and 2 deletions
|
@ -1436,14 +1436,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kollision
|
(define-public kollision
|
||||||
(package
|
(package
|
||||||
(name "kollision")
|
(name "kollision")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(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/kollision-" version ".tar.xz"))
|
"/src/kollision-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ikmqa80v9j0qdb7vd4fpx5v6baiaia9ggwhhdkwb94y098yly8a"))))
|
(base32 "0hh85zl2wid190bgp542msigjyvdwfgvzvfcl22sx15ydnp6v6ma"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase))
|
(arguments (list #:qtbase qtbase))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -1455,6 +1455,7 @@ This package is part of the KDE games module.")
|
||||||
kcrash
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kxmlgui
|
kxmlgui
|
||||||
libkdegames
|
libkdegames
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue