mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: klines: Update to 24.12.3.
* gnu/packages/kde-games.scm (klines): Update to 24.12.3. Change-Id: I1a09dbd81cb8644afd7d413d0f40f7d9bfcaa9c8
This commit is contained in:
parent
482cd9a6f4
commit
8be899dedf
1 changed files with 2 additions and 2 deletions
|
|
@ -628,14 +628,14 @@ This package is part of the KDE games module.")
|
|||
(define-public klines
|
||||
(package
|
||||
(name "klines")
|
||||
(version "24.12.1")
|
||||
(version "24.12.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/klines-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0crbz3vlz95yyddyp0j67rq307lbdl9i0qcmh4y4j2i53rw81gc2"))))
|
||||
(base32 "1s4b1vabygiqcjvlxj0j7xzk0f9r0rwkk1lhzyy5fx6qzyakbmry"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue