mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kolf: Update to 25.04.0.
* gnu/packages/kde-games.scm (kolf): Update to 25.04.0. [inputs]: Add kiconthemes. Change-Id: I7f68e8f9a7d6a2ffb02c5a6b5bc972e7ffd07bc8
This commit is contained in:
parent
7958e1abb1
commit
c22acd3e4c
1 changed files with 3 additions and 2 deletions
|
@ -133,14 +133,14 @@ This package is part of the KDE games module.")
|
|||
(define-public kolf
|
||||
(package
|
||||
(name "kolf")
|
||||
(version "24.12.3")
|
||||
(version "25.04.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kolf-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0vr5ard0wgi6cpvz5clcpdglkgdzmk47br5v5qzcf07pk3qxmgg4"))))
|
||||
(base32 "0pbq1v84j8jl64p4lv60x1gss28181594vlhcpqyjadxwgy5n37m"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
@ -152,6 +152,7 @@ This package is part of the KDE games module.")
|
|||
kcrash
|
||||
kdbusaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue