~ruther/guix-local

46b13a7cb575adcb9cd4f53394d334c816857c91 — Sughosha 6 months ago 7f8d776
gnu: kapman: Update to 25.08.1.

* gnu/packages/kde-games.scm (kapman): Update to 25.08.1.

Change-Id: I4c7fca9a01a7c167655ef0c16970c43a22ccf2d1
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-games.scm
M gnu/packages/kde-games.scm => gnu/packages/kde-games.scm +2 -2
@@ 1335,14 1335,14 @@ This package is part of the KDE games module.")
(define-public kapman
  (package
    (name "kapman")
    (version "25.04.0")
    (version "25.08.1")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/kapman-" version ".tar.xz"))
       (sha256
        (base32 "1hcfscsrd9sx6h5813mgr4is4154z9xxbh8sr8idkr8hqxrhf108"))))
        (base32 "0pvmhh8mkm1yf2hq20c32hiq3d3fzk8jbxigk5gzzhwykml16gc2"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules kdoctools))