mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: kolf: Update to 24.12.1.
* gnu/packages/kde-games.scm (kolf): Update to 24.12.1. Change-Id: Ic4c22f1a0b839f93dc0e8ec7a5ae242558f9ed3a
This commit is contained in:
parent
a28b1a06e7
commit
7458d07f8b
1 changed files with 2 additions and 2 deletions
|
@ -131,14 +131,14 @@ This package is part of the KDE games module.")
|
|||
(define-public kolf
|
||||
(package
|
||||
(name "kolf")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kolf-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0i0rh3dw90j8p46dhfmmcl6nah080ilmhy9d1m9jwlb6xd03zg66"))))
|
||||
(base32 "1fgqh3mry89rqx4lfxprzi9m733nr77kziqj29sgva3n3xwbysib"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue