mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kapman: Update to 25.08.1.
* gnu/packages/kde-games.scm (kapman): Update to 25.08.1. Change-Id: I4c7fca9a01a7c167655ef0c16970c43a22ccf2d1
This commit is contained in:
parent
7f8d776399
commit
46b13a7cb5
1 changed files with 2 additions and 2 deletions
|
@ -1335,14 +1335,14 @@ This package is part of the KDE games module.")
|
||||||
(define-public kapman
|
(define-public kapman
|
||||||
(package
|
(package
|
||||||
(name "kapman")
|
(name "kapman")
|
||||||
(version "25.04.0")
|
(version "25.08.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/kapman-" version ".tar.xz"))
|
"/src/kapman-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1hcfscsrd9sx6h5813mgr4is4154z9xxbh8sr8idkr8hqxrhf108"))))
|
(base32 "0pvmhh8mkm1yf2hq20c32hiq3d3fzk8jbxigk5gzzhwykml16gc2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue